about summary refs log tree commit diff
path: root/tests/ui/track-diagnostics/track4.stderr
blob: 2b6805849b52d1d73c6efd43e9a69fcc6febd6fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: missing `enum` for enum definition
  --> $DIR/track4.rs:LL:CC
   |
LL | pub onion {
   | ^^^^^^^^^
   |
   = note: -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