summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-68890.rs
blob: bab4ed7f800c5d7dcf32f2c344542703016cb4c7 (plain)
1
2
3
4
enum e{A((?'a a+?+l))}
//~^ ERROR `?` may only modify trait bounds, not lifetime bounds
//~| ERROR expected one of `)`, `+`, or `,`
//~| ERROR expected item, found `)`