Module rustc::lint::levels[][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?

Re-exports

use std::cmp;
use errors::Applicability;
use errors::DiagnosticBuilder;
use hir::HirId;
use ich::StableHashingContext;
use lint::builtin;
use lint::context::CheckLintNameResult;
use lint;
use lint::Lint;
use lint::LintId;
use lint::Level;
use lint::LintSource;
use rustc_data_structures::stable_hasher::HashStable;
use rustc_data_structures::stable_hasher::ToStableHashKey;
use rustc_data_structures::stable_hasher::StableHasher;
use rustc_data_structures::stable_hasher::StableHasherResult;
use session::Session;
use syntax::ast;
use syntax::attr;
use syntax::codemap::MultiSpan;
use syntax::symbol::Symbol;
use util::nodemap::FxHashMap;
use util::nodemap::FxHashMap;

Structs

BuilderPush [
Experimental
]
LintLevelMap [
Experimental
]
LintLevelSets [
Experimental
]
LintLevelsBuilder [
Experimental
]

Enums

LintSet [
Experimental
]