summaryrefslogtreecommitdiffstats
path: root/tests/ui/derives/derives-span-PartialEq-struct.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/derives/derives-span-PartialEq-struct.stderr')
-rw-r--r--tests/ui/derives/derives-span-PartialEq-struct.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/derives/derives-span-PartialEq-struct.stderr b/tests/ui/derives/derives-span-PartialEq-struct.stderr
index ba3d6ced3..76c0b0104 100644
--- a/tests/ui/derives/derives-span-PartialEq-struct.stderr
+++ b/tests/ui/derives/derives-span-PartialEq-struct.stderr
@@ -15,7 +15,8 @@ LL | struct Error;
= note: this error originates in the derive macro `PartialEq` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider annotating `Error` with `#[derive(PartialEq)]`
|
-LL | #[derive(PartialEq)]
+LL + #[derive(PartialEq)]
+LL | struct Error;
|
error: aborting due to previous error