We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f310e6c commit 3f93be6Copy full SHA for 3f93be6
compiler/rustc_lint/src/lib.rs
@@ -597,6 +597,7 @@ fn register_internals(store: &mut LintStore) {
597
"rustc::internal",
598
None,
599
vec![
600
+ LintId::of(BROKEN_MIR),
601
LintId::of(DEFAULT_HASH_TYPES),
602
LintId::of(POTENTIAL_QUERY_INSTABILITY),
603
LintId::of(USAGE_OF_TY_TYKIND),
compiler/rustc_lint_defs/src/builtin.rs
@@ -26,7 +26,6 @@ declare_lint_pass! {
26
BARE_TRAIT_OBJECTS,
27
BINDINGS_WITH_VARIANT_NAME,
28
BREAK_WITH_LABEL_AND_LOOP,
29
- BROKEN_MIR,
30
BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE,
31
CENUM_IMPL_DROP_CAST,
32
COHERENCE_LEAK_CHECK,
0 commit comments