1error[E0560]: struct `Foo` has no field named `field2`
2  --> $DIR/rmeta_meta_main.rs:13:19
3   |
4LL |     let _ = Foo { field2: 42 };
5   |                   ^^^^^^ help: a field with a similar name exists: `field`
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0560`.
10