Type Definition rustc_middle::lint::LevelAndSource[][src]

pub type LevelAndSource = (Level, LintLevelSource);
Expand description

A tuple of a lint level and its source.