We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ddd53 commit 41262b3Copy full SHA for 41262b3
1 file changed
compiler/rustc_lint/src/lib.rs
@@ -665,6 +665,7 @@ fn register_internals(store: &mut LintStore) {
665
"rustc::internal",
666
None,
667
vec![
668
+ LintId::of(BROKEN_MIR),
669
LintId::of(DEFAULT_HASH_TYPES),
670
LintId::of(POTENTIAL_QUERY_INSTABILITY),
671
LintId::of(UNTRACKED_QUERY_INFORMATION),
0 commit comments