]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/coherence/coherence-pair-covered-uncovered.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-pair-covered-uncovered.stderr
index d1a4993e0f2570626e6d2876386643d9a542b809..34fdf64ea109f8551b60e55f58bad11aeb319488 100644 (file)
@@ -4,7 +4,7 @@ error[E0117]: only traits defined in the current crate can be implemented for ar
 LL | impl<T,U> Remote for Pair<T,Local<U>> { }
    | ^^^^^^^^^^^^^^^^^^^^^----------------
    | |                    |
-   | |                    `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