Make inductive cycles in coherence ambiguous always
This commit is contained in:
parent
0ee9cfd54d
commit
8abf133c4b
6 changed files with 27 additions and 155 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue