We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5e7de commit 0cbefd5Copy full SHA for 0cbefd5
compiler/rustc_lint/src/lib.rs
@@ -543,6 +543,7 @@ fn register_internals(store: &mut LintStore) {
543
"rustc::internal",
544
None,
545
vec![
546
+ LintId::of(BROKEN_MIR),
547
LintId::of(DEFAULT_HASH_TYPES),
548
LintId::of(POTENTIAL_QUERY_INSTABILITY),
549
LintId::of(USAGE_OF_TY_TYKIND),
compiler/rustc_lint_defs/src/builtin.rs
@@ -23,7 +23,6 @@ declare_lint_pass! {
23
BARE_TRAIT_OBJECTS,
24
BINDINGS_WITH_VARIANT_NAME,
25
BREAK_WITH_LABEL_AND_LOOP,
26
- BROKEN_MIR,
27
BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE,
28
CENUM_IMPL_DROP_CAST,
29
COHERENCE_LEAK_CHECK,
0 commit comments