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