Home
last modified time | relevance | path

Searched defs:LintSet (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_lint/src/
Dlevels.rs65 struct LintSet { struct
68 specs: FxHashMap<LintId, LevelAndSource>,
69 parent: LintStackIndex,
104 let LintSet { ref specs, parent } = self.list[idx]; in raw_lint_id_level() localVariable