rust/src/librustc/lint
Alex Crichton b345437c3c 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]: https://github.com/rust-lang/rfcs/pull/1193

Closes #27259
2015-07-28 18:23:09 -07:00
..
builtin.rs Fallout out rustc 2015-04-01 11:22:39 -04:00
context.rs rustc: Add a --cap-lints flag to the compiler 2015-07-28 18:23:09 -07:00
mod.rs Make a better error message for using #[feature] on stable rust 2015-06-18 17:38:38 -07:00