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 aaccac7 commit abe7194Copy full SHA for abe7194
test_suite/tests/ui/remote/unknown_field.stderr
@@ -6,8 +6,9 @@ error[E0609]: no field `b` on type `&remote::S`
6
|
7
help: a field with a similar name exists
8
9
-12 | a: u8,
10
- | ~
+12 - b: u8,
+12 + a: u8,
11
+ |
12
13
error[E0560]: struct `remote::S` has no field named `b`
14
--> tests/ui/remote/unknown_field.rs:12:5
0 commit comments