mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-29 03:27:44 +00:00
Rollup merge of #130469 - compiler-errors:wc-obj-safety, r=jackh726
Mark `where_clauses_object_safety` as removed r? lcnr
This commit is contained in:
commit
065690e186
@ -583,6 +583,11 @@ fn register_builtins(store: &mut LintStore) {
|
|||||||
"const_eval_mutable_ptr_in_final_value",
|
"const_eval_mutable_ptr_in_final_value",
|
||||||
"partially allowed now, otherwise turned into a hard error",
|
"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) {
|
fn register_internals(store: &mut LintStore) {
|
||||||
|
Loading…
Reference in New Issue
Block a user