]> git.lizzy.rs Git - rust.git/blob - tests/ui/suggestions/non-existent-field-present-in-subfield-recursion-limit.stderr
Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini
[rust.git] / tests / ui / suggestions / non-existent-field-present-in-subfield-recursion-limit.stderr
1 error[E0609]: no field `f` on type `Foo`
2   --> $DIR/non-existent-field-present-in-subfield-recursion-limit.rs:41:22
3    |
4 LL |     let test = fooer.f;
5    |                      ^ unknown field
6    |
7    = note: available fields are: `first`, `second`, `third`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0609`.