Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cfg(bootstrap) code for array implementations #62978

Merged

Commits on Jul 25, 2019

  1. Remove cfg(bootstrap) code for array implementations

    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.
    LukasKalbertodt committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    9d39758 View commit details
    Browse the repository at this point in the history