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

9 lines
195 B
Plaintext
Raw Normal View History

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