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

rustc: Forbid -Z flags on stable/beta channels #41751

Merged
merged 1 commit into from
May 5, 2017

Commits on May 4, 2017

  1. rustc: Forbid -Z flags on stable/beta channels

    First deprecated in rustc 1.8.0 the intention was to never allow `-Z` flags make
    their way to the stable channel (or unstable options). After a year of warnings
    we've seen one of the main use cases, `-Z no-trans`, stabilized as `cargo
    check`. Otherwise while other use cases remain the sentiment is that now's the
    time to start forbidding `-Z` by default on stable/beta.
    
    Closes rust-lang#31847
    alexcrichton committed May 4, 2017
    Configuration menu
    Copy the full SHA
    ccbcc72 View commit details
    Browse the repository at this point in the history