We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55896a commit 5dfe015Copy full SHA for 5dfe015
src/test/ui/union/union-move.stderr
@@ -27,7 +27,7 @@ LL | move_out(x.f1_nocopy);
27
| ^^^^^^^^^^^
28
| |
29
| cannot move out of here
30
- | move occurs because `x.f1_nocopy` has type `std::cell::RefCell<i32>`, which does not implement the `Copy` trait
+ | move occurs because `x.f1_nocopy` has type `RefCell<i32>`, which does not implement the `Copy` trait
31
32
error: aborting due to 3 previous errors
33
0 commit comments