]> git.lizzy.rs Git - rust.git/blob - src/test/ui/terr-in-field.stderr
Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis
[rust.git] / src / test / ui / terr-in-field.stderr
1 error[E0308]: mismatched types
2   --> $DIR/terr-in-field.rs:13:14
3    |
4 LL |     want_foo(b);
5    |              ^ expected struct `Foo`, found struct `Bar`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0308`.