blob: f184107bbd1c8c22485fc01c4a81d14716709cb8 [file] [log] [blame]
type A = for<'a + 'b> fn(); //~ ERROR expected one of `,`, `:`, or `>`, found `+`
fn main() {}