Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
parser
/
missing-enum-issue-125446.rs
blob: 8d2cdb0dc40d813594e82ce502ccc4c0ecf5a492 [
file
]
Whoops
{
//~^ ERROR missing `enum` for enum definition
//~| HELP add `enum` here to parse `Whoops` as an enum
OptionA
,
OptionB
,
}