mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-30 20:48:16 +00:00
Avoid wrapping constant allocations in packed structs when not necessary This way LLVM will set the string merging flag if the alloc is a nul terminated string, reducing binary sizes. try-job: armhf-gnu