Skip to content

Commit 37a3285

Browse files
committed
Update ui test suite to nightly-2023-10-06
1 parent 8c4aad3 commit 37a3285

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test_suite/tests/ui/remote/unknown_field.stderr

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ error[E0609]: no field `b` on type `&remote::S`
22
--> tests/ui/remote/unknown_field.rs:12:5
33
|
44
12 | b: u8,
5-
| ^ help: a field with a similar name exists: `a`
5+
| ^ unknown field
66

77
error[E0560]: struct `remote::S` has no field named `b`
88
--> tests/ui/remote/unknown_field.rs:12:5
99
|
1010
12 | b: u8,
11-
| ^ help: a field with a similar name exists: `a`
11+
| ^ `remote::S` does not have this field
12+
|
13+
= note: all struct fields are already assigned

0 commit comments

Comments
 (0)