blob: 46cd45f28b43da81d0032a380f88c4b86b59dd3a [file] [log] [blame]
trait MyTrait<T>: Iterator { //~ ERROR missing `fn`, `type`, or `const`
Item = T;
}
fn main() {}