]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/e0119/issue-28981.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / error-codes / e0119 / issue-28981.stderr
index 2a78cc8b2db26c451f65d6ef3a33df842255c9ae..c22cc65c87fce6a1e5959b6827eac084750e3955 100644 (file)
@@ -5,7 +5,7 @@ LL | impl<Foo> Deref for Foo { }
    | ^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: conflicting implementation in crate `core`:
-           - impl<T> std::ops::Deref for &T
+           - impl<T> Deref for &T
              where T: ?Sized;
 
 error[E0210]: type parameter `Foo` must be used as the type parameter for some local type (e.g., `MyStruct<Foo>`)