Skip to content

Commit

Permalink
Rollup merge of #62978 - LukasKalbertodt:remove-array-impl-bootstrap-…
Browse files Browse the repository at this point in the history
…cfg, r=Mark-Simulacrum

Remove `cfg(bootstrap)` code for array implementations

In #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
  • Loading branch information
Centril committed Jul 25, 2019
2 parents ca26d2e + 9d39758 commit f87f3db
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 434 deletions.
Loading

0 comments on commit f87f3db

Please sign in to comment.