Update test suite to nightly-2019-11-26

This commit is contained in:
David Tolnay
2019-11-25 23:51:43 -08:00
parent 0b303c766c
commit 90486607a1
3 changed files with 7 additions and 11 deletions
+1 -3
View File
@@ -4,7 +4,5 @@ error[E0308]: mismatched types
7 | #[derive(Deserialize)]
| ^^^^^^^^^^^
| |
| expected u16, found u8
| expected `u16`, found `u8`
| help: you can convert an `u8` to `u16`: `Deserialize.into()`
For more information about this error, try `rustc --explain E0308`.