Searched defs:LevelAndSource (Results 1 – 2 of 2) sorted by relevance
| /third_party/rust/rust/compiler/rustc_lint/src/ |
| D | levels.rs | 81 aux: Option<&FxHashMap<LintId, LevelAndSource>>, in get_lint_level() argument 83 ) -> LevelAndSource { in get_lint_level() 96 aux: Option<&FxHashMap<LintId, LevelAndSource>>, in raw_lint_id_level() argument 202 fn current_specs(&self) -> &FxHashMap<LintId, LevelAndSource>; in current_specs() argument 203 fn insert(&mut self, id: LintId, lvl: LevelAndSource); in insert() 204 fn get_lint_level(&self, lint: &'static Lint, sess: &Session) -> LevelAndSource; in get_lint_level() 209 fn current_specs(&self) -> &FxHashMap<LintId, LevelAndSource> { in current_specs() argument 213 fn insert(&mut self, id: LintId, lvl: LevelAndSource) { in insert() 217 fn get_lint_level(&self, lint: &'static Lint, sess: &Session) -> LevelAndSource { in get_lint_level() 232 fn current_specs(&self) -> &FxHashMap<LintId, LevelAndSource> { in current_specs() argument [all …]
|
| /third_party/rust/rust/compiler/rustc_middle/src/ |
| D | lint.rs | 58 pub type LevelAndSource = (Level, LintLevelSource); typedef
|