]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/coherence/coherence-cow.re_a.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-cow.re_a.stderr
index 06e77b2797d25af5f4eda1fb6fd14d1640b1c0c6..0cf2a406da443d6c97799f3d10304249e9c8461e 100644 (file)
@@ -4,7 +4,7 @@ error[E0117]: only traits defined in the current crate can be implemented for ar
 LL | impl<T> Remote for Pair<T,Cover<T>> { }
    | ^^^^^^^^^^^^^^^^^^^----------------
    | |                  |
-   | |                  `lib::Pair` is not defined in the current crate
+   | |                  `Pair` is not defined in the current crate
    | impl doesn't use only types from inside the current crate
    |
    = note: define and implement a trait or new type instead