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: Disallow unstable flags in stable releases #31731

Closed

Commits on Feb 17, 2016

  1. rustc: Disallow unstable flags in stable releases

    This commit disallows passing recognized unstable flags to the compiler on the
    stable/beta release channels. This includes options like `-Z`, `--error-format`,
    `--pretty`, and `--unpretty`. Additionally, this removes interpreting the
    `-Z unstable-options` flag as this is now just based on the release channel. The
    parsing is left in for now to prevent scripts from immediately breaking.
    alexcrichton committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    84d2a13 View commit details
    Browse the repository at this point in the history