Update ui test suite to nightly-2023-10-06
This commit is contained in:
parent
8c4aad3a59
commit
37a32857a2
@ -2,10 +2,12 @@ error[E0609]: no field `b` on type `&remote::S`
|
|||||||
--> tests/ui/remote/unknown_field.rs:12:5
|
--> tests/ui/remote/unknown_field.rs:12:5
|
||||||
|
|
|
|
||||||
12 | b: u8,
|
12 | b: u8,
|
||||||
| ^ help: a field with a similar name exists: `a`
|
| ^ unknown field
|
||||||
|
|
||||||
error[E0560]: struct `remote::S` has no field named `b`
|
error[E0560]: struct `remote::S` has no field named `b`
|
||||||
--> tests/ui/remote/unknown_field.rs:12:5
|
--> tests/ui/remote/unknown_field.rs:12:5
|
||||||
|
|
|
|
||||||
12 | b: u8,
|
12 | b: u8,
|
||||||
| ^ help: a field with a similar name exists: `a`
|
| ^ `remote::S` does not have this field
|
||||||
|
|
|
||||||
|
= note: all struct fields are already assigned
|
||||||
|
Loading…
Reference in New Issue
Block a user