Skip to content

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

Copy link
Contributor

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
Contributor

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