Update ui test suite to nightly-2023-02-01

This commit is contained in:
David Tolnay 2023-01-31 19:19:53 -08:00
parent db3f00c3b3
commit dd27ec8703
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ error[E0308]: mismatched types
15 | #[derive(Serialize)] 15 | #[derive(Serialize)]
| ^^^^^^^^^ | ^^^^^^^^^
| | | |
| expected `u8`, found `u16` | expected `&u8`, found `&u16`
| arguments to this function are incorrect | arguments to this function are incorrect
| |
= note: expected reference `&u8` = note: expected reference `&u8`

View File

@ -4,7 +4,7 @@ error[E0308]: mismatched types
9 | #[derive(Serialize)] 9 | #[derive(Serialize)]
| ^^^^^^^^^ | ^^^^^^^^^
| | | |
| expected `u8`, found `u16` | expected `&u8`, found `&u16`
| arguments to this function are incorrect | arguments to this function are incorrect
| |
= note: expected reference `&u8` = note: expected reference `&u8`