Skip to content

Commit 1c3b03a

Browse files
Mark where_clauses_object_safety as removed
1 parent 46b0f8b commit 1c3b03a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: compiler/rustc_lint/src/lib.rs

+5
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,11 @@ fn register_builtins(store: &mut LintStore) {
583583
"const_eval_mutable_ptr_in_final_value",
584584
"partially allowed now, otherwise turned into a hard error",
585585
);
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+
);
586591
}
587592

588593
fn register_internals(store: &mut LintStore) {

0 commit comments

Comments
 (0)