]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rmeta/rmeta_meta_main.stderr
Auto merge of #100845 - timvermeulen:iter_compare, r=scottmcm
[rust.git] / src / test / ui / rmeta / rmeta_meta_main.stderr
1 error[E0560]: struct `Foo` has no field named `field2`
2   --> $DIR/rmeta_meta_main.rs:13:19
3    |
4 LL |     let _ = Foo { field2: 42 };
5    |                   ^^^^^^ help: a field with a similar name exists: `field`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0560`.