]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/coherence/coherence-pair-covered-uncovered-1.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-pair-covered-uncovered-1.stderr
index f6b9869e177d2ec24653720ec929d4f428c40b23..b18bf44dbdf2894894a55dfe5760c4527c77843c 100644 (file)
@@ -5,7 +5,7 @@ LL | impl<T, U> Remote1<Pair<T, Local<U>>> for i32 { }
    | ^^^^^^^^^^^--------------------------^^^^^---
    | |          |                              |
    | |          |                              `i32` is not defined in the current crate
-   | |          `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