We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Into
TryFrom
1 parent 7a25a7c commit a1be813Copy full SHA for a1be813
src/test/ui/e0119/conflict-with-std.stderr
@@ -25,7 +25,7 @@ LL | impl TryFrom<X> for X { //~ ERROR conflicting implementations
25
|
26
= note: conflicting implementation in crate `core`:
27
- impl<T, U> std::convert::TryFrom<U> for T
28
- where T: std::convert::Into<U>;
+ where U: std::convert::Into<T>;
29
30
error: aborting due to 3 previous errors
31
0 commit comments