mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 01:18:02 +00:00
Update ui tests to 2018 edition
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
error[E0308]: mismatched types
|
||||
--> $DIR/wrong_ser.rs:10:10
|
||||
|
|
||||
10 | #[derive(Serialize)]
|
||||
| ^^^^^^^^^ expected u8, found u16
|
||||
|
|
||||
= note: expected type `&u8`
|
||||
found type `&u16`
|
||||
--> $DIR/wrong_ser.rs:9:10
|
||||
|
|
||||
9 | #[derive(Serialize)]
|
||||
| ^^^^^^^^^ expected u8, found u16
|
||||
|
|
||||
= note: expected type `&u8`
|
||||
found type `&u16`
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user