[][src]Module rustc_ap_rustc_session::lint

Re-exports

pub use self::Level::*;

Modules

builtin

Some lints that are built in to the compiler.

Structs

BufferedEarlyLint

Lints that are buffered up early on in the Session before the LintLevels is calculated. These are later passed to librustc.

FutureIncompatibleInfo

Extra information for a future incompatibility lint.

Lint

Specification of a single lint.

LintBuffer
LintId

Identifies a lint known to the compiler.

Enums

BuiltinLintDiagnostics
Level

Setting for how to handle a lint.

Traits

LintPass

Type Definitions

LintArray