Skip to content

Commit

Permalink
rebase fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Sep 13, 2020
1 parent e55896a commit 5dfe015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/union/union-move.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LL | move_out(x.f1_nocopy);
| ^^^^^^^^^^^
| |
| cannot move out of here
| 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

error: aborting due to 3 previous errors

Expand Down

0 comments on commit 5dfe015

Please sign in to comment.