summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/span-preservation.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/proc-macro/span-preservation.stderr')
-rw-r--r--tests/ui/proc-macro/span-preservation.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/proc-macro/span-preservation.stderr b/tests/ui/proc-macro/span-preservation.stderr
index 66c68be2f..8c15cb9de 100644
--- a/tests/ui/proc-macro/span-preservation.stderr
+++ b/tests/ui/proc-macro/span-preservation.stderr
@@ -32,7 +32,7 @@ error[E0560]: struct `Foo` has no field named `b`
LL | let y = Foo { a: 10, b: 10isize };
| ^ `Foo` does not have this field
|
- = note: available fields are: `a`
+ = note: all struct fields are already assigned
error[E0308]: mismatched types
--> $DIR/span-preservation.rs:39:5