]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/issue-68890.rs
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / parser / issue-68890.rs
CommitLineData
74b04a01
XL
1enum e{A((?'a a+?+l))}
2//~^ ERROR `?` may only modify trait bounds, not lifetime bounds
3//~| ERROR expected one of `)`, `+`, or `,`
ba9703b0 4//~| ERROR expected item, found `)`