]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/coherence/coherence-cow.re_b.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-cow.re_b.stderr
index 146232ac02b0fa8ffedf1fd678effaf854245eea..39f211eff3615f1e50f3e454fcceaf7002ef5fd5 100644 (file)
@@ -1,5 +1,5 @@
 error[E0117]: only traits defined in the current crate can be implemented for arbitrary types
-  --> $DIR/coherence-cow.rs:23:1
+  --> $DIR/coherence-cow.rs:22:1
    |
 LL | impl<T> Remote for Pair<Cover<T>,T> { }
    | ^^^^^^^^^^^^^^^^^^^----------------