Update test suite to nightly-2019-10-04

This commit is contained in:
David Tolnay 2019-10-03 21:45:09 -04:00
parent 8955420baf
commit bda561df4e
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1,8 +1,8 @@
error[E0308]: mismatched types
--> $DIR/wrong_getter.rs:15:10
|
15| #[derive(Serialize)]
| ^^^^^^^^^ expected u8, found u16
|
= note: expected type `&u8`
found type `&u16`
--> $DIR/wrong_getter.rs:15:10
|
15 | #[derive(Serialize)]
| ^^^^^^^^^ expected u8, found u16
|
= note: expected type `&u8`
found type `&u16`