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