]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/e0119/issue-27403.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / error-codes / e0119 / issue-27403.stderr
index cba10432a9305c49320dbb03112fd0e0b55f27b4..ea74c9b21bd4a6f5d6866b49c27593cd82263886 100644 (file)
@@ -5,8 +5,8 @@ LL | impl<S> Into<S> for GenX<S> {
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: conflicting implementation in crate `core`:
-           - impl<T, U> std::convert::Into<U> for T
-             where U: std::convert::From<T>;
+           - impl<T, U> Into<U> for T
+             where U: From<T>;
 
 error: aborting due to previous error