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

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

11 lines
317 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
|
= note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
2018-10-20 15:36:17 -05:00
error: aborting due to previous error