Crate rustc_lint[−][src]
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Lints in the Rust compiler.
This currently only contains the definitions and implementations
of most of the lints that rustc supports directly, it does not
contain the infrastructure for defining/registering lints. That is
available in rustc::lint and rustc_plugin respectively.
Note
This API is completely unstable and subject to change.
Re-exports
pub use builtin::SoftLints; |
Modules
| bad_style |
[ Experimental ]
|
| builtin |
[ Experimental ] Lints in the Rust compiler. |
| types |
[ Experimental ]
|
| unused |
[ Experimental ]
|
Functions
| register_builtins |
[ Experimental ] Tell the |