We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b0f8b commit 1c3b03aCopy full SHA for 1c3b03a
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