mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
5 lines
168 B
Rust
5 lines
168 B
Rust
enum e{A((?'a a+?+l))}
|
|
//~^ ERROR `?` may only modify trait bounds, not lifetime bounds
|
|
//~| ERROR expected one of `)`, `+`, or `,`
|
|
//~| ERROR expected item, found `)`
|