]> git.lizzy.rs Git - rust.git/blob - tests/ui/structs/struct-fields-hints.stderr
Rollup merge of #106793 - Mark-Simulacrum:normalize-test, r=compiler-errors
[rust.git] / tests / ui / structs / struct-fields-hints.stderr
1 error[E0560]: struct `A` has no field named `bar`
2   --> $DIR/struct-fields-hints.rs:10:9
3    |
4 LL |         bar : 42,
5    |         ^^^ help: a field with a similar name exists: `car`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0560`.