about summary refs log tree commit diff
path: root/src/test/ui/array-slice-vec/empty-mutable-vec.rs
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-07-25 23:21:11 +0200
committerGitHub <noreply@github.com>2019-07-25 23:21:11 +0200
commitf87f3db3a20173509977d726ad30454aa7b16522 (patch)
tree1e390390028715e4312fa9af7d91852ef0e14d27 /src/test/ui/array-slice-vec/empty-mutable-vec.rs
parentca26d2e5133c960ea5df7cc7a38a337dbf2410a9 (diff)
parent9d39758d14df45956b1a8d8132e3e40c3558dd4b (diff)
downloadrust-f87f3db3a20173509977d726ad30454aa7b16522.tar.gz
rust-f87f3db3a20173509977d726ad30454aa7b16522.zip
Rollup merge of #62978 - LukasKalbertodt:remove-array-impl-bootstrap-cfg, r=Mark-Simulacrum
Remove `cfg(bootstrap)` code for array implementations

In https://github.com/rust-lang/rust/pull/62435 ("Use const generics for array impls [part 1]") the old macro-based implementations were not removed but still used with `cfg(bootstrap)` since the bootstrap compiler had some problems with const generics at the time. This does not seem to be the case anymore, so there is no reason to keep the old code.

Unfortunately, the diff is pretty ugly because much of the code was indented by one level before. The change is pretty trivial, though.

PS: I did not run the full test suite locally. There are 40°C outside and 31°C inside my room. I don't want my notebook to melt. I hope that CI is green.

r? @scottmcm
Diffstat (limited to 'src/test/ui/array-slice-vec/empty-mutable-vec.rs')
0 files changed, 0 insertions, 0 deletions