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