Skip to content

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

Merged
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:serialize-tuple
Mar 23, 2014
Merged

serialize: Read/emit tuples with {read,emit}_tuple#13095
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:serialize-tuple

Conversation

@alexcrichton

Copy link
Copy Markdown
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

Comment threadsrc/libserialize/serialize.rs Outdated

Copy link
Copy Markdown
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
Copy Markdown
Contributor

r=me with the comments.

@alexcrichton

Copy link
Copy Markdown
MemberAuthor

@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.
Closesrust-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
@borsbors closed this Mar 23, 2014
@bors
bors merged commit e46e933 into rust-lang:masterMar 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 freeto 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

@alexcrichton@huonw@bors