]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0437.stderr
New upstream version 1.26.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0437.stderr
CommitLineData
2c00a5a8
XL
1error[E0437]: type `Bar` is not a member of trait `Foo`
2 --> $DIR/E0437.rs:14:5
3 |
0531ce1d 4LL | type Bar = bool; //~ ERROR E0437
2c00a5a8
XL
5 | ^^^^^^^^^^^^^^^^ not a member of trait `Foo`
6
7error: aborting due to previous error
8
0531ce1d 9For more information about this error, try `rustc --explain E0437`.