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: Add a --cap-lints flag to the compiler #27260

Merged
merged 1 commit into from
Jul 29, 2015

Commits on Jul 29, 2015

  1. rustc: Add a --cap-lints flag to the compiler

    This commit is an implementation of [RFC 1193][rfc] which adds the ability to
    the compiler to cap the lint level for the entire compilation session. This flag
    will ensure that no lints will go above this level, and Cargo will primarily use
    this flag passing `--cap-lints allow` to all upstream dependencies.
    
    [rfc]: rust-lang/rfcs#1193
    
    Closes rust-lang#27259
    alexcrichton committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    b345437 View commit details
    Browse the repository at this point in the history