blob: 32125211a910fe8b72424324f74efdf41b9cbedb [file] [log] [blame] [edit]
fn foo() {
let x = Tr<A, A:>;
//~^ ERROR expected one of `!`, `.`, `::`, `;`, `?`, `else`, `{`, or an operator, found `,`
}
fn main() {}