Skip to content

Commit

Permalink
Remove cfg(bootstrap) code for array implementations
Browse files Browse the repository at this point in the history
In PR rust-lang#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.
  • Loading branch information
LukasKalbertodt committed Jul 25, 2019
1 parent e649e90 commit 9d39758
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 434 deletions.
Loading

0 comments on commit 9d39758

Please sign in to comment.