Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
parser
/
issue-68890.rs
blob: bab4ed7f800c5d7dcf32f2c344542703016cb4c7 [
file
] [
log
] [
blame
]
enum
e
{
A
((?
'
a a
+?+
l
))}
//~^ ERROR `?` may only modify trait bounds, not lifetime bounds
//~| ERROR expected one of `)`, `+`, or `,`
//~| ERROR expected item, found `)`