Skip to content

Commit

Permalink
Update ui test suite to nightly-2025-02-12
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 12, 2025
1 parent aaccac7 commit abe7194
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test_suite/tests/ui/remote/unknown_field.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ error[E0609]: no field `b` on type `&remote::S`
|
help: a field with a similar name exists
|
12 | a: u8,
| ~
12 - b: u8,
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 abe7194

Please sign in to comment.