blob: 13a5cc320e50f6587c472deac374ab41d5fef659 [file] [log] [blame]
// compile-flags: -Z parse-only
trait MyTrait<T>: Iterator { //~ ERROR missing `fn`, `type`, or `const`
Item = T;
}