aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/derive_noncopy.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/derive_noncopy.stderr')
-rw-r--r--tests/ui/derive_noncopy.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/derive_noncopy.stderr b/tests/ui/derive_noncopy.stderr
index b4f35d3e..359581aa 100644
--- a/tests/ui/derive_noncopy.stderr
+++ b/tests/ui/derive_noncopy.stderr
@@ -1,7 +1,7 @@
-error[E0204]: the trait `Copy` cannot be implemented for this type
+error[E0204]: the trait `std::marker::Copy` cannot be implemented for this type
--> tests/ui/derive_noncopy.rs:4:12
|
4 | struct TryCopy {
| ^^^^^^^
5 | other: Other,
- | ------------ this field does not implement `Copy`
+ | ------------ this field does not implement `std::marker::Copy`