]> git.lizzy.rs Git - rust.git/blob - src/test/ui/track-diagnostics/track4.stderr
Rollup merge of #104465 - djkoloski:improve_fuchsia_testing_docs, r=tmandry
[rust.git] / src / test / ui / track-diagnostics / track4.stderr
1 error: missing `struct` for struct definition
2   --> $DIR/track4.rs:LL:CC
3    |
4 LL | pub onion {
5    |    ^
6 -Ztrack-diagnostics: created at compiler/rustc_parse/src/parser/diagnostics.rs:LL:CC
7    |
8 help: add `struct` here to parse `onion` as a public struct
9    |
10 LL | pub struct onion {
11    |     ++++++
12
13 error: aborting due to previous error
14