summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0560.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0560.stderr')
-rw-r--r--tests/ui/error-codes/E0560.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0560.stderr b/tests/ui/error-codes/E0560.stderr
index 6b634f185..bb5ce478a 100644
--- a/tests/ui/error-codes/E0560.stderr
+++ b/tests/ui/error-codes/E0560.stderr
@@ -4,7 +4,7 @@ error[E0560]: struct `Simba` has no field named `father`
LL | let s = Simba { mother: 1, father: 0 };
| ^^^^^^ `Simba` does not have this field
|
- = note: available fields are: `mother`
+ = note: all struct fields are already assigned
error: aborting due to previous error