Skip to content

Commit 065690e

Browse files
authored
Rollup merge of #130469 - compiler-errors:wc-obj-safety, r=jackh726
Mark `where_clauses_object_safety` as removed r? lcnr
2 parents d5a0819 + 1c3b03a commit 065690e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)