]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/union/union-copy.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / union / union-copy.stderr
index 279808dd55bb4dea18fbaa79ccbbcc66d351fb9b..8ecdafdde204553234cd9748e9d4e3a361aefa05 100644 (file)
@@ -8,10 +8,10 @@ LL | impl Copy for W {}
    |      ^^^^
    |
 note: the `Copy` impl for `ManuallyDrop<String>` requires that `String: Copy`
-  --> $DIR/union-copy.rs:8:5
+  --> $DIR/union-copy.rs:8:8
    |
 LL |     a: std::mem::ManuallyDrop<String>
-   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 error: aborting due to previous error