summaryrefslogtreecommitdiffstats
path: root/tests/ui/structs/struct-fields-too-many.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/structs/struct-fields-too-many.stderr')
-rw-r--r--tests/ui/structs/struct-fields-too-many.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/structs/struct-fields-too-many.stderr b/tests/ui/structs/struct-fields-too-many.stderr
index a1b7a7a31..9342607eb 100644
--- a/tests/ui/structs/struct-fields-too-many.stderr
+++ b/tests/ui/structs/struct-fields-too-many.stderr
@@ -4,7 +4,7 @@ error[E0560]: struct `BuildData` has no field named `bar`
LL | bar: 0
| ^^^ `BuildData` does not have this field
|
- = note: available fields are: `foo`
+ = note: all struct fields are already assigned
error: aborting due to previous error