Skip to content

Commit 41262b3

Browse files
committed
Register lint with internal lints.
1 parent f1ddd53 commit 41262b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_lint/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ fn register_internals(store: &mut LintStore) {
665665
"rustc::internal",
666666
None,
667667
vec![
668+
LintId::of(BROKEN_MIR),
668669
LintId::of(DEFAULT_HASH_TYPES),
669670
LintId::of(POTENTIAL_QUERY_INSTABILITY),
670671
LintId::of(UNTRACKED_QUERY_INFORMATION),

0 commit comments

Comments
 (0)