about summary refs log tree commit diff
path: root/src/test/ui/wf/wf-struct-field.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/wf/wf-struct-field.stderr')
-rw-r--r--src/test/ui/wf/wf-struct-field.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/wf/wf-struct-field.stderr b/src/test/ui/wf/wf-struct-field.stderr
index 04e62a7fcb7..62ef6bb60c7 100644
--- a/src/test/ui/wf/wf-struct-field.stderr
+++ b/src/test/ui/wf/wf-struct-field.stderr
@@ -9,8 +9,8 @@ LL |     data: IsCopy<A>
    |
 help: consider restricting type parameter `A`
    |
-LL | struct SomeStruct<A: Copy> {
-   |                    ^^^^^^
+LL | struct SomeStruct<A: std::marker::Copy> {
+   |                    ^^^^^^^^^^^^^^^^^^^
 
 error: aborting due to previous error