]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/coherence/coherence-cow.re_c.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-cow.re_c.stderr
index e0cf6aab7bbde12bc09df65afebdeaa1e08833d1..94bb0d2166c3af083de7dfd62ad16582cc918d45 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:28:1
+  --> $DIR/coherence-cow.rs:26:1
    |
 LL | impl<T,U> Remote for Pair<Cover<T>,U> { }
    | ^^^^^^^^^^^^^^^^^^^^^----------------