mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-07-24 10:05:44 +00:00
Update ui test suite to nightly-2023-02-01
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user