blob: 268fc10579634b052df3041ffef6a922775e21ea (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: expected item, found reserved keyword `virtual`
--> $DIR/virtual-structs.rs:3:1
|
LL | virtual struct SuperStruct {
| ^^^^^^^ expected item
|
= note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
error: aborting due to previous error
|