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

Avoid accidentally enabling unstable features in compilers (take 2) #97277

Merged
merged 2 commits into from
May 22, 2022

Commits on May 22, 2022

  1. Avoid accidentally enabling unstable features in compilers (take 2)

    This allows rustbuild to control whether crates can use nightly features or not.
    It also prevents rustbuild from using nightly features itself.
    jyn514 committed May 22, 2022
    Configuration menu
    Copy the full SHA
    b0ea4e7 View commit details
    Browse the repository at this point in the history
  2. Disable unstable features in bootstrap tools

    This statically prevents issues like rust-lang#59264,
    where tools can only be built with the in-tree compiler and not beta.
    jyn514 committed May 22, 2022
    Configuration menu
    Copy the full SHA
    751ad4a View commit details
    Browse the repository at this point in the history