2018-11-24 15:37:35 -08:00
|
|
|
error[E0308]: mismatched types
|
2018-12-31 21:36:59 -05:00
|
|
|
--> $DIR/wrong_de.rs:7:10
|
2018-11-24 15:52:15 -08:00
|
|
|
|
|
2018-12-31 21:36:59 -05:00
|
|
|
7 | #[derive(Deserialize)]
|
2019-08-16 11:30:49 -07:00
|
|
|
| ^^^^^^^^^^^
|
|
|
|
| |
|
|
|
|
| expected u16, found u8
|
|
|
|
| help: you can convert an `u8` to `u16`: `Deserialize.into()`
|
2018-11-24 15:37:35 -08:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|