Update test suite to nightly-2019-09-30

This commit is contained in:
David Tolnay 2019-09-30 15:56:04 -04:00
parent 4aba6fae78
commit 21ee256911
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -2,7 +2,7 @@ error[E0609]: no field `b` on type `&remote::S`
--> $DIR/unknown_field.rs:12:5
|
12 | b: u8,
| ^
| ^ help: a field with a similar name exists: `a`
error[E0560]: struct `remote::S` has no field named `b`
--> $DIR/unknown_field.rs:12:5