about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/ui/e0119/conflict-with-std.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/e0119/conflict-with-std.stderr b/src/test/ui/e0119/conflict-with-std.stderr
index 8ca085c3a4b..fd016941d25 100644
--- a/src/test/ui/e0119/conflict-with-std.stderr
+++ b/src/test/ui/e0119/conflict-with-std.stderr
@@ -25,7 +25,7 @@ LL | impl TryFrom<X> for X { //~ ERROR conflicting implementations
    |
    = note: conflicting implementation in crate `core`:
            - impl<T, U> std::convert::TryFrom<U> for T
-             where T: std::convert::Into<U>;
+             where U: std::convert::Into<T>;
 
 error: aborting due to 3 previous errors