Skip to content

Commit

Permalink
Update ui test suite to nightly-2023-10-06
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 6, 2023
1 parent 8c4aad3 commit 37a3285
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test_suite/tests/ui/remote/unknown_field.stderr
Expand Up @@ -2,10 +2,12 @@ error[E0609]: no field `b` on type `&remote::S`
--> tests/ui/remote/unknown_field.rs:12:5
|
12 | b: u8,
| ^ help: a field with a similar name exists: `a`
| ^ unknown field

error[E0560]: struct `remote::S` has no field named `b`
--> tests/ui/remote/unknown_field.rs:12:5
|
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

0 comments on commit 37a3285

Please sign in to comment.