Skip to content

Commit 5dfe015

Browse files
committed
rebase fallout
1 parent e55896a commit 5dfe015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/union/union-move.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LL | move_out(x.f1_nocopy);
2727
| ^^^^^^^^^^^
2828
| |
2929
| 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
30+
| move occurs because `x.f1_nocopy` has type `RefCell<i32>`, which does not implement the `Copy` trait
3131

3232
error: aborting due to 3 previous errors
3333

0 commit comments

Comments
 (0)