Skip to content

Commit abe7194

Browse files
committed
Update ui test suite to nightly-2025-02-12
1 parent aaccac7 commit abe7194

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test_suite/tests/ui/remote/unknown_field.stderr

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ error[E0609]: no field `b` on type `&remote::S`
66
|
77
help: a field with a similar name exists
88
|
9-
12 | a: u8,
10-
| ~
9+
12 - b: u8,
10+
12 + a: u8,
11+
|
1112

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

0 commit comments

Comments
 (0)