Make inductive cycles in coherence ambiguous always

This commit is contained in:
Michael Goulet 2023-12-05 17:29:36 +00:00
parent 0ee9cfd54d
commit 8abf133c4b
6 changed files with 27 additions and 155 deletions

View file

@ -513,6 +513,11 @@ fn register_builtins(store: &mut LintStore) {
"converted into hard error, see PR #117984 \
<https://github.com/rust-lang/rust/pull/117984> for more information",
);
store.register_removed(
"coinductive_overlap_in_coherence",
"converted into hard error, see PR #118649 \
<https://github.com/rust-lang/rust/pull/118649> for more information",
);
}
fn register_internals(store: &mut LintStore) {