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 9efb83d commit 317dc21Copy full SHA for 317dc21
compiler/rustc_lint/src/lib.rs
@@ -657,6 +657,7 @@ fn register_internals(store: &mut LintStore) {
657
"rustc::internal",
658
None,
659
vec![
660
+ LintId::of(BROKEN_MIR),
661
LintId::of(DEFAULT_HASH_TYPES),
662
LintId::of(POTENTIAL_QUERY_INSTABILITY),
663
LintId::of(UNTRACKED_QUERY_INFORMATION),
compiler/rustc_lint_defs/src/builtin.rs
@@ -27,7 +27,6 @@ declare_lint_pass! {
27
BARE_TRAIT_OBJECTS,
28
BINDINGS_WITH_VARIANT_NAME,
29
BREAK_WITH_LABEL_AND_LOOP,
30
- BROKEN_MIR,
31
COHERENCE_LEAK_CHECK,
32
CONFLICTING_REPR_HINTS,
33
CONST_EVALUATABLE_UNCHECKED,
0 commit comments