[−][src]Function rustc_lint::register_builtins
pub fn register_builtins(store: &mut LintStore, sess: Option<&Session>)
🔬 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?
Tell the LintStore
about all the built-in lints (the ones
defined in this crate and the ones defined in
rustc::lint::builtin
).