mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 14:57:28 +00:00
Shrink `rustc_parse_format::Piece` This makes both variants closer together in size (previously they were different by 208 bytes -- 16 vs 224). This may make things worse, but it's worth a try. r? `@nnethercote`