mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
ccce98535b
Faster `Layout::array` `Layout::array` is called (indirectly) by `Vec::push()`, which is typically instantiated many times, and so making it smaller can help with compile times because less LLVM IR is generated. r? `@ghost`