Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
parser
/
missing-struct-issue-125446.stderr
blob: ff3135b2357bedbf29ff419f574acb1dd504b311 [
file
] [
log
] [
blame
]
error
:
missing
`struct`
for
struct
definition
-->
$DIR
/
missing
-
struct
-
issue
-
125446.rs
:
1
:
1
|
LL
|
Whoops
{
|
^^^^^^
|
help
:
add
`struct`
here to parse
`Whoops`
as
a
struct
|
LL
|
struct
Whoops
{
|
++++++
error
:
aborting due to
1
previous error