]> git.lizzy.rs Git - rust.git/blob - src/test/ui/terr-in-field.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / terr-in-field.stderr
1 error[E0308]: mismatched types
2   --> $DIR/terr-in-field.rs:23:14
3    |
4 LL |     want_foo(b); //~  ERROR mismatched types
5    |              ^ expected struct `foo`, found struct `bar`
6    |
7    = note: expected type `foo`
8               found type `bar`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0308`.