blob: 964c2972d4734014fd29e22769b78ebfa9f35526 [file] [log] [blame]
trait Foo {
type Bar<,>;
//~^ ERROR expected one of `#`, `>`, `const`, identifier, or lifetime, found `,`
}
fn main() {}