1error[E0308]: mismatched types
2  --> $DIR/terr-in-field.rs:13:14
3   |
4LL |     want_foo(b);
5   |              ^ expected struct `Foo`, found struct `Bar`
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0308`.
10