summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/bounds-lifetime-2.rs
blob: f184107bbd1c8c22485fc01c4a81d14716709cb8 (plain)
1
2
3
type A = for<'a + 'b> fn(); //~ ERROR expected one of `,`, `:`, or `>`, found `+`

fn main() {}