rust/src/test/ui/parser/virtual-structs.stderr

9 lines
196 B
Plaintext
Raw Normal View History

error: expected item, found reserved keyword `virtual`
2018-10-20 15:36:17 -05:00
--> $DIR/virtual-structs.rs:15:1
|
LL | virtual struct SuperStruct {
2018-10-20 15:36:17 -05:00
| ^^^^^^^ expected item
error: aborting due to previous error