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
+3 -5
View File
@@ -2,9 +2,7 @@ error[E0308]: mismatched types
--> $DIR/wrong_ser.rs:9:10
|
9 | #[derive(Serialize)]
| ^^^^^^^^^ expected u8, found u16
| ^^^^^^^^^ expected `u8`, found `u16`
|
= note: expected type `&u8`
found type `&u16`
For more information about this error, try `rustc --explain E0308`.
= note: expected reference `&u8`
found reference `&u16`