We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4676abd commit 2083f43Copy full SHA for 2083f43
test_suite/tests/ui/remote/unknown_field.stderr
@@ -3,6 +3,11 @@ error[E0609]: no field `b` on type `&remote::S`
3
|
4
12 | b: u8,
5
| ^ unknown field
6
+ |
7
+help: a field with a similar name exists
8
9
+12 | a: u8,
10
+ | ~
11
12
error[E0560]: struct `remote::S` has no field named `b`
13
--> tests/ui/remote/unknown_field.rs:12:5
0 commit comments