Ui test changes for trybuild 1.0.49

This commit is contained in:
David Tolnay
2021-10-08 02:46:15 -04:00
parent efbe574209
commit 999c261d11
97 changed files with 104 additions and 104 deletions
@@ -1,11 +1,11 @@
error[E0609]: no field `b` on type `&remote::S`
--> $DIR/tests/ui/remote/unknown_field.rs:12:5
--> tests/ui/remote/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/tests/ui/remote/unknown_field.rs:12:5
--> tests/ui/remote/unknown_field.rs:12:5
|
12 | b: u8,
| ^ help: a field with a similar name exists: `a`