mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
2a06022951
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