summaryrefslogtreecommitdiffstats
path: root/tests/ui/derives/derive-assoc-type-not-impl.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/derives/derive-assoc-type-not-impl.stderr')
-rw-r--r--tests/ui/derives/derive-assoc-type-not-impl.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/derives/derive-assoc-type-not-impl.stderr b/tests/ui/derives/derive-assoc-type-not-impl.stderr
index 91b334b41..9f17c76c2 100644
--- a/tests/ui/derives/derive-assoc-type-not-impl.stderr
+++ b/tests/ui/derives/derive-assoc-type-not-impl.stderr
@@ -23,7 +23,8 @@ LL | #[derive(Clone)]
candidate #1: `Clone`
help: consider annotating `NotClone` with `#[derive(Clone)]`
|
-LL | #[derive(Clone)]
+LL + #[derive(Clone)]
+LL | struct NotClone;
|
error: aborting due to previous error