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 48de8ac commit da0b10cCopy full SHA for da0b10c
src/librustc_lint/lib.rs
@@ -318,6 +318,7 @@ fn register_builtins(store: &mut LintStore, no_interleave_lints: bool) {
318
store.register_renamed("async_idents", "keyword_idents");
319
store.register_renamed("exceeding_bitshifts", "arithmetic_overflow");
320
store.register_renamed("redundant_semicolon", "redundant_semicolons");
321
+ store.register_renamed("intra_doc_link_resolution_failure", "intra_doc_link_resolution_failures");
322
store.register_removed("unknown_features", "replaced by an error");
323
store.register_removed("unsigned_negation", "replaced by negate_unsigned feature gate");
324
store.register_removed("negate_unsigned", "cast a signed value instead");
0 commit comments