rustc/tests/ui/error-codes/E0437.stderr
2024-06-14 12:43:07 +02:00

10 lines
275 B
Plaintext

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