// Regression test for the parser wrongfully suggesting turbofish syntax in below syntax errors type One = for<'a> fn(Box`, found `)` type Two = for<'a> fn(Box>); //~^ ERROR: unmatched angle bracket fn main() {}