Type Definition rustc_middle::lint::LevelAndSource [−][src]
pub type LevelAndSource = (Level, LintLevelSource);
Expand description
A tuple of a lint level and its source.
pub type LevelAndSource = (Level, LintLevelSource);
A tuple of a lint level and its source.