Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
missing-enum-issue-125446.stderr
blob: 113b147473ca10166c8c585544cf5a56acb06fbf [
file
] [
log
] [
blame
] [
edit
]
error
:
missing
`enum`
for
enum
definition
-->
$DIR
/
missing
-
enum
-
issue
-
125446.rs
:
1
:
1
|
LL
|
Whoops
{
|
^^^^^^
|
help
:
add
`enum`
here to parse
`Whoops`
as
an
enum
|
LL
|
enum
Whoops
{
|
++++
error
:
aborting due to
1
previous error