From 5dfe015ba51238e686945d8ce19caf7dee8bc78c Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 13 Sep 2020 18:15:19 +0200 Subject: [PATCH] rebase fallout --- src/test/ui/union/union-move.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`, which does not implement the `Copy` trait + | move occurs because `x.f1_nocopy` has type `RefCell`, which does not implement the `Copy` trait error: aborting due to 3 previous errors