Home
last modified time | relevance | path

Searched refs:LintGroup (Results 1 – 2 of 2) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_db/src/helpers/
H A Dgenerated_lints.rs8 pub struct LintGroup { struct
546 LintGroup {
588 LintGroup {
595 LintGroup {
607 LintGroup {
620 LintGroup {
636 LintGroup {
664 LintGroup {
712 pub const RUSTDOC_LINT_GROUPS: &[LintGroup] = &[LintGroup {
7089 LintGroup {
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_lint/src/
H A Dcontext.rs75 lint_groups: FxHashMap<&'static str, LintGroup>,
108 struct LintGroup { struct
151 .filter(|(_, LintGroup { depr, .. })| { in get_lint_groups()
204 .or_insert(LintGroup { in register_lints()
217 .or_insert(LintGroup { in register_lints()
232 LintGroup { in register_group_alias()
254 LintGroup { in register_group()
299 Some(LintGroup { lint_ids, depr, .. }) => { in find_lints()
436 Some(LintGroup { lint_ids, .. }) => { in check_lint_name()
459 Some(LintGroup { lint_ids, depr, .. }) => { in check_lint_name()
[all …]