1 2 3 4 5 6
trait MyTrait<T>: Iterator { Item = T; //~^ ERROR expected one of `!` or `::`, found `=` } fn main() {}