about summary refs log tree commit diff
path: root/tests/ui/pub/pub-ident-struct.stderr
blob: 6d85305ceaffaeb06e16cf8a33f0989396212b96 (plain)
1
2
3
4
5
6
7
8
error: missing `enum` or `struct` for enum or struct definition
  --> $DIR/pub-ident-struct.rs:1:1
   |
LL | pub S {
   | ^^^^^

error: aborting due to 1 previous error