We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4aad3 commit 37a3285Copy full SHA for 37a3285
test_suite/tests/ui/remote/unknown_field.stderr
@@ -2,10 +2,12 @@ error[E0609]: no field `b` on type `&remote::S`
2
--> tests/ui/remote/unknown_field.rs:12:5
3
|
4
12 | b: u8,
5
- | ^ help: a field with a similar name exists: `a`
+ | ^ unknown field
6
7
error[E0560]: struct `remote::S` has no field named `b`
8
9
10
11
+ | ^ `remote::S` does not have this field
12
+ |
13
+ = note: all struct fields are already assigned
0 commit comments