rust/library/core
bors ccce98535b Auto merge of #91246 - nnethercote:faster-layout-array, r=dtolnay
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`
2021-11-26 21:35:53 +00:00
..
benches
primitive_docs
src Auto merge of #91246 - nnethercote:faster-layout-array, r=dtolnay 2021-11-26 21:35:53 +00:00
tests Partially stabilize duration_consts_2 2021-11-22 13:09:08 -05:00
Cargo.toml