Skip to content

Commit 2083f43

Browse files
committed
Update ui test suite to nightly-2023-11-19
1 parent 4676abd commit 2083f43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test_suite/tests/ui/remote/unknown_field.stderr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ error[E0609]: no field `b` on type `&remote::S`
33
|
44
12 | b: u8,
55
| ^ unknown field
6+
|
7+
help: a field with a similar name exists
8+
|
9+
12 | a: u8,
10+
| ~
611

712
error[E0560]: struct `remote::S` has no field named `b`
813
--> tests/ui/remote/unknown_field.rs:12:5

0 commit comments

Comments
 (0)