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