rust/tests/ui/parser/virtual-structs.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
195 B
Plaintext
Raw Normal View History

error: expected item, found reserved keyword `virtual`
--> $DIR/virtual-structs.rs:3: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