]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/union/union-move.mirunsafeck.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / union / union-move.mirunsafeck.stderr
index f55fbea6336e32cfa39ed27707c95498a2961431..53050cf539eafc05a5a02403c66a2109616f6796 100644 (file)
@@ -27,7 +27,7 @@ LL |         move_out(x.f1_nocopy);
    |                  ^^^^^^^^^^^
    |                  |
    |                  cannot move out of here
-   |                  move occurs because `x.f1_nocopy` has type `RefCell<i32>`, which does not implement the `Copy` trait
+   |                  move occurs because `x.f1_nocopy` has type `ManuallyDrop<RefCell<i32>>`, which does not implement the `Copy` trait
 
 error: aborting due to 3 previous errors