Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_mir_build/src/build/
Dscope.rs566 lint_level: LintLevel, in in_scope()
790 lint_level: LintLevel, in new_source_scope()
/third_party/rust/rust/compiler/rustc_middle/src/
Dthir.rs121 pub enum LintLevel { enum
/third_party/rust/rust/compiler/rustc_mir_build/src/thir/pattern/
Dcheck_match.rs192 fn with_lint_level(&mut self, new_lint_level: LintLevel, f: impl FnOnce(&mut Self)) { in with_lint_level()