2022-10-24 16:19:48 -05:00
|
|
|
error: missing `struct` for struct definition
|
2022-10-26 06:41:57 -05:00
|
|
|
--> $DIR/track4.rs:LL:CC
|
2022-10-24 16:19:48 -05:00
|
|
|
|
|
|
|
|
LL | pub onion {
|
|
|
|
| ^
|
2022-10-14 16:16:25 -05:00
|
|
|
-Ztrack-diagnostics: created at compiler/rustc_parse/src/parser/item.rs:LL:CC
|
2022-10-24 16:19:48 -05:00
|
|
|
|
|
|
|
|
help: add `struct` here to parse `onion` as a public struct
|
|
|
|
|
|
|
|
|
LL | pub struct onion {
|
|
|
|
| ++++++
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|