mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
e46e9332d9
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