summaryrefslogtreecommitdiffstats
path: root/tests/ui/union/union-copy.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/union/union-copy.stderr')
-rw-r--r--tests/ui/union/union-copy.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/union/union-copy.stderr b/tests/ui/union/union-copy.stderr
index 53ee4dd2e..ff6fa48db 100644
--- a/tests/ui/union/union-copy.stderr
+++ b/tests/ui/union/union-copy.stderr
@@ -1,4 +1,4 @@
-error[E0204]: the trait `Copy` may not be implemented for this type
+error[E0204]: the trait `Copy` cannot be implemented for this type
--> $DIR/union-copy.rs:12:15
|
LL | a: std::mem::ManuallyDrop<String>