summaryrefslogtreecommitdiffstats
path: root/tests/ui/structs/struct-field-cfg.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/structs/struct-field-cfg.stderr')
-rw-r--r--tests/ui/structs/struct-field-cfg.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/structs/struct-field-cfg.stderr b/tests/ui/structs/struct-field-cfg.stderr
index 5ec47c093..2b9ba85dd 100644
--- a/tests/ui/structs/struct-field-cfg.stderr
+++ b/tests/ui/structs/struct-field-cfg.stderr
@@ -10,7 +10,7 @@ error[E0560]: struct `Foo` has no field named `absent`
LL | let _ = Foo { present: (), #[cfg(all())] absent: () };
| ^^^^^^ `Foo` does not have this field
|
- = note: available fields are: `present`
+ = note: all struct fields are already assigned
error[E0027]: pattern does not mention field `present`
--> $DIR/struct-field-cfg.rs:13:9