blob: 19499fa7abc51391bff2d407110998c98b54e423 [file] [log] [blame] [edit]
error: missing `enum` for enum definition
--> $DIR/track4.rs:LL:CC
|
LL | pub onion {
| ^^^^^^^^^
-Ztrack-diagnostics: created at compiler/rustc_parse/src/parser/item.rs:LL:CC
|
help: add `enum` here to parse `onion` as an enum
|
LL | pub enum onion {
| ++++
error: aborting due to 1 previous error