Skip to content

Commit

Permalink
Unrolled build for rust-lang#130469
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#130469 - compiler-errors:wc-obj-safety, r=jackh726

Mark `where_clauses_object_safety` as removed

r? lcnr
  • Loading branch information
rust-timer authored Sep 17, 2024
2 parents e9e13a6 + 1c3b03a commit 42ad7a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compiler/rustc_lint/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,11 @@ fn register_builtins(store: &mut LintStore) {
"const_eval_mutable_ptr_in_final_value",
"partially allowed now, otherwise turned into a hard error",
);
store.register_removed(
"where_clauses_object_safety",
"converted into hard error, see PR #125380 \
<https://github.com/rust-lang/rust/pull/125380> for more information",
);
}

fn register_internals(store: &mut LintStore) {
Expand Down

0 comments on commit 42ad7a1

Please sign in to comment.