]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/coherence/coherence-vec-local.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-vec-local.stderr
index dc5a0a6895979efba881fd700dd8212f631bdd50..38464f12a21d041c8010013052a2916cf60f92c7 100644 (file)
@@ -4,7 +4,7 @@ error[E0117]: only traits defined in the current crate can be implemented for ar
 LL | impl Remote for Vec<Local> { }
    | ^^^^^^^^^^^^^^^^----------
    | |               |
-   | |               `std::vec::Vec` is not defined in the current crate
+   | |               `Vec` 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