rust/src/test/ui/error-codes/E0437.stderr
2018-12-25 21:08:33 -07:00

10 lines
289 B
Plaintext

error[E0437]: type `Bar` is not a member of trait `Foo`
--> $DIR/E0437.rs:4:5
|
LL | type Bar = bool; //~ ERROR E0437
| ^^^^^^^^^^^^^^^^ not a member of trait `Foo`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0437`.