summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/virtual-structs.stderr
blob: a5211d83f845dc09327633d224e6fcb5286187b7 (plain)
1
2
3
4
5
6
7
8
error: expected item, found reserved keyword `virtual`
  --> $DIR/virtual-structs.rs:3:1
   |
LL | virtual struct SuperStruct {
   | ^^^^^^^ expected item

error: aborting due to previous error