mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
15 lines
340 B
Plaintext
15 lines
340 B
Plaintext
error: missing `struct` for struct definition
|
|
--> $DIR/track4.rs:LL:CC
|
|
|
|
|
LL | pub onion {
|
|
| ^
|
|
-Ztrack-diagnostics: created at compiler/rustc_parse/src/parser/diagnostics.rs:LL:CC
|
|
|
|
|
help: add `struct` here to parse `onion` as a public struct
|
|
|
|
|
LL | pub struct onion {
|
|
| ++++++
|
|
|
|
error: aborting due to previous error
|
|
|