You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #116493 - compiler-errors:coinductive-cycle-lint, r=lcnr
Bump `COINDUCTIVE_OVERLAP_IN_COHERENCE` to deny + warn in deps
1.73 is the first place this shows up in stable (recall that there was only 1 regression), so let's bump this to deny on nightly.
r? lcnr
| |___________________________^ the first impl is here
41
+
|
42
+
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
43
+
= note: for more information, see issue #114040 <https://github.com/rust-lang/rust/issues/114040>
44
+
= note: impls that are not considered to overlap may be considered to overlap in the future
45
+
= note: `Interval<_>: PartialOrd` may be considered to hold in future releases, causing the impls to overlap
0 commit comments