Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto merge of rust-lang#17504 : danburkert/rust/tuple-serialization, …
…r=alexcrichton The tuple serialization logic should be using the tuple-specific emit function. This fixes part of rust-lang#17158. The JSON encoder already proxies to `emit_seq_elt` when `emit_tuple_arg` is called, so this should have an effect.
- Loading branch information