Skip to content

Commit

Permalink
Update ui test suite to nightly-2023-11-19
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 19, 2023
1 parent 4676abd commit 2083f43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test_suite/tests/ui/remote/unknown_field.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ error[E0609]: no field `b` on type `&remote::S`
|
12 | b: u8,
| ^ unknown field
|
help: a field with a similar name exists
|
12 | a: u8,
| ~

error[E0560]: struct `remote::S` has no field named `b`
--> tests/ui/remote/unknown_field.rs:12:5
Expand Down

0 comments on commit 2083f43

Please sign in to comment.