]> git.proxmox.com Git - rustc.git/blame - src/test/ui/terr-in-field.stderr
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / terr-in-field.stderr
CommitLineData
b7449926 1error[E0308]: mismatched types
0731742a 2 --> $DIR/terr-in-field.rs:13:14
b7449926 3 |
532ac7d7 4LL | want_foo(b);
0731742a 5 | ^ expected struct `Foo`, found struct `Bar`
b7449926 6 |
0731742a
XL
7 = note: expected type `Foo`
8 found type `Bar`
b7449926
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0308`.