]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/opt-in-copy.stderr
Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis
[rust.git] / src / test / ui / opt-in-copy.stderr
index c6440804be6004c5d35db3f0e7aef20e796200bb..0a275f1aa41d7b198cd8c292981288e46e2fd0ea 100644 (file)
@@ -1,5 +1,5 @@
 error[E0204]: the trait `Copy` may not be implemented for this type
-  --> $DIR/opt-in-copy.rs:17:6
+  --> $DIR/opt-in-copy.rs:7:6
    |
 LL |     but_i_cant: CantCopyThis,
    |     ------------------------ this field does not implement `Copy`
@@ -8,7 +8,7 @@ LL | impl Copy for IWantToCopyThis {}
    |      ^^^^
 
 error[E0204]: the trait `Copy` may not be implemented for this type
-  --> $DIR/opt-in-copy.rs:29:6
+  --> $DIR/opt-in-copy.rs:19:6
    |
 LL |     ButICant(CantCopyThisEither),
    |              ------------------ this field does not implement `Copy`