trait MyTrait: Iterator { Item = T; //~^ ERROR expected one of `!` or `::`, found `=` } fn main() {}