mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 08:07:56 +00:00
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
error[E0308]: mismatched types
|
|
--> $DIR/wrong_getter.rs:15:10
|
|
|
|
|
15 | #[derive(Serialize)]
|
|
| ^^^^^^^^^ expected `u8`, found `u16`
|
|
|
|
|
= note: expected reference `&u8`
|
|
found reference `&u16`
|