mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 23:35:26 +00:00
Update ui test suite to nightly-2023-02-01
This commit is contained in:
parent
db3f00c3b3
commit
dd27ec8703
@ -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`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user