summaryrefslogtreecommitdiffstats
path: root/tests/ui/derives/deriving-with-repr-packed-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/derives/deriving-with-repr-packed-2.stderr')
-rw-r--r--tests/ui/derives/deriving-with-repr-packed-2.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/derives/deriving-with-repr-packed-2.stderr b/tests/ui/derives/deriving-with-repr-packed-2.stderr
index ab3646057..afeca9fec 100644
--- a/tests/ui/derives/deriving-with-repr-packed-2.stderr
+++ b/tests/ui/derives/deriving-with-repr-packed-2.stderr
@@ -25,7 +25,8 @@ LL | #[derive(Copy, Clone, Default, PartialEq, Eq)]
| ^^^^^ unsatisfied trait bound introduced in this `derive` macro
help: consider annotating `NonCopy` with `#[derive(Clone, Copy)]`
|
-LL | #[derive(Clone, Copy)]
+LL + #[derive(Clone, Copy)]
+LL | struct NonCopy;
|
error: aborting due to previous error