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
| ^^^^^^^^^ conflicting implementation for `Interval<_>`
6
6
...
7
7
LL | / impl<T, Q> PartialEq<Q> for Interval<T>
8
-
LL | |
9
-
LL | |
10
8
LL | | where
11
9
LL | | T: Borrow<Q>,
12
10
LL | | Q: ?Sized + PartialOrd,
13
-
| |___________________________^ the first impl is here
11
+
| |___________________________- first implementation here
14
12
|
15
-
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
16
-
= note: for more information, see issue #114040 <https://github.com/rust-lang/rust/issues/114040>
17
-
= note: impls that are not considered to overlap may be considered to overlap in the future
18
-
= note: `Interval<_>: PartialOrd` may be considered to hold in future releases, causing the impls to overlap
| |___________________________^ 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