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