Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serialize: Read/emit tuples with {read,emit}_tuple #13095

Merged
merged 1 commit into from
Mar 23, 2014

Conversation

alexcrichton
Copy link
Member

This commit moves from {read,emit}_seq for tuples to {read,emit}_tuple, as well
as providing a generalized macro for generating these implementations from one
invocation.

Closes #13086

})
}
}
tuple! { T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most other places do up to 12.

@huonw
Copy link
Member

huonw commented Mar 23, 2014

r=me with the comments.

@alexcrichton
Copy link
Member Author

@huonw, r? the error message?

This commit moves from {read,emit}_seq for tuples to {read,emit}_tuple, as well
as providing a generalized macro for generating these implementations from one
invocation.

Closes rust-lang#13086
bors added a commit that referenced this pull request Mar 23, 2014
This commit moves from {read,emit}_seq for tuples to {read,emit}_tuple, as well
as providing a generalized macro for generating these implementations from one
invocation.

Closes #13086
@bors bors closed this Mar 23, 2014
@bors bors merged commit e46e933 into rust-lang:master Mar 23, 2014
@alexcrichton alexcrichton deleted the serialize-tuple branch March 25, 2014 17:07
JohnTitor pushed a commit to JohnTitor/rust that referenced this pull request Aug 30, 2022
…, r=jonas-schievink

fix: Avoid error popup when using in Live Share

cc rust-lang/rust-analyzer#8844

Not sure if there's a better way to do this, feedback appreciated!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tuple support for Encodable/Decodable trait
3 participants