]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/coherence/coherence-overlapping-pairs.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-overlapping-pairs.stderr
index 69a4627a7b86a637935efe8f7b34979018d81c9e..c1a02681c1343f0b79f96e10c930a962303e2959 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 lib::Pair<T,Foo> { }
    | ^^^^^^^^^^^^^^^^^^^----------------
    | |                  |
-   | |                  `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