We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5a0819 + 1c3b03a commit 065690eCopy full SHA for 065690e
compiler/rustc_lint/src/lib.rs
@@ -583,6 +583,11 @@ fn register_builtins(store: &mut LintStore) {
583
"const_eval_mutable_ptr_in_final_value",
584
"partially allowed now, otherwise turned into a hard error",
585
);
586
+ store.register_removed(
587
+ "where_clauses_object_safety",
588
+ "converted into hard error, see PR #125380 \
589
+ <https://github.com/rust-lang/rust/pull/125380> for more information",
590
+ );
591
}
592
593
fn register_internals(store: &mut LintStore) {
0 commit comments