about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2020-09-13 18:15:19 +0200
committerRalf Jung <post@ralfj.de>2020-09-13 18:15:19 +0200
commit5dfe015ba51238e686945d8ce19caf7dee8bc78c (patch)
tree8ea3b9d217a0c5aa7484a58e6eb77b84e74c72cd
parente55896aff7ea4e48576bed317b1a9c3d808acfae (diff)
downloadrust-5dfe015ba51238e686945d8ce19caf7dee8bc78c.tar.gz
rust-5dfe015ba51238e686945d8ce19caf7dee8bc78c.zip
rebase fallout
-rw-r--r--src/test/ui/union/union-move.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/union/union-move.stderr b/src/test/ui/union/union-move.stderr
index 4a29f3a77f3..5679192b641 100644
--- a/src/test/ui/union/union-move.stderr
+++ b/src/test/ui/union/union-move.stderr
@@ -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