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