Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_lint/src/
Dlevels.rs44 struct LintLevelSets { struct
46 list: IndexVec<LintStackIndex, LintSet>,
72 impl LintLevelSets { implementation