blob: 47e05f1b3605344b0ec071f11328882bbd07f646 [file] [log] [blame]
error: missing `fn`, `type`, or `const` for trait-item declaration
--> $DIR/issue-21153.rs:13:29
|
LL | trait MyTrait<T>: Iterator { //~ ERROR missing `fn`, `type`, or `const`
| _____________________________^
LL | | Item = T;
| |____^ missing `fn`, `type`, or `const`
error: aborting due to previous error