Skip to content

Commit

Permalink
Update ui test suite to nightly-2023-02-01
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 1, 2023
1 parent db3f00c commit dd27ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_suite/tests/ui/remote/wrong_getter.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ error[E0308]: mismatched types
15 | #[derive(Serialize)]
| ^^^^^^^^^
| |
| expected `u8`, found `u16`
| expected `&u8`, found `&u16`
| arguments to this function are incorrect
|
= note: expected reference `&u8`
Expand Down
2 changes: 1 addition & 1 deletion test_suite/tests/ui/remote/wrong_ser.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ error[E0308]: mismatched types
9 | #[derive(Serialize)]
| ^^^^^^^^^
| |
| expected `u8`, found `u16`
| expected `&u8`, found `&u16`
| arguments to this function are incorrect
|
= note: expected reference `&u8`
Expand Down

0 comments on commit dd27ec8

Please sign in to comment.