]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-cow.re_b.stderr
Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into sync_cg_clif-2022-12-14
[rust.git] / src / test / ui / coherence / coherence-cow.re_b.stderr
index b523db4da23eaf0b2ac534ed57e57d7bcd08e3a6..da4ede3251ed83729fcfddde25d482c2b91df15b 100644 (file)
@@ -1,4 +1,4 @@
-error[E0117]: only traits defined in the current crate can be implemented for arbitrary types
+error[E0117]: only traits defined in the current crate can be implemented for types defined outside of the crate
   --> $DIR/coherence-cow.rs:22:1
    |
 LL | impl<T> Remote for Pair<Cover<T>,T> { }