summaryrefslogtreecommitdiffstats
path: root/tests/ui/suggestions/missing-bound-in-manual-copy-impl.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/suggestions/missing-bound-in-manual-copy-impl.stderr')
-rw-r--r--tests/ui/suggestions/missing-bound-in-manual-copy-impl.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/suggestions/missing-bound-in-manual-copy-impl.stderr b/tests/ui/suggestions/missing-bound-in-manual-copy-impl.stderr
index fe2d133c8..ec3e4f23a 100644
--- a/tests/ui/suggestions/missing-bound-in-manual-copy-impl.stderr
+++ b/tests/ui/suggestions/missing-bound-in-manual-copy-impl.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/missing-bound-in-manual-copy-impl.rs:6:18
|
LL | struct Wrapper<T>(T);