trait X { type Y<'a>; } fn f1<'a>(arg : Box>) {} //~^ ERROR: expected one of `!`, `(`, `+`, `,`, `::`, `<`, or `>`, found `=` fn main() {}