2018-10-28 16:05:07 -07:00
|
|
|
error: expected item, found reserved keyword `virtual`
|
2019-01-06 18:33:05 +03:00
|
|
|
--> $DIR/virtual-structs.rs:3:1
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2018-10-28 16:05:07 -07:00
|
|
|
LL | virtual struct SuperStruct {
|
2018-10-20 23:36:17 +03:00
|
|
|
| ^^^^^^^ expected item
|
2023-09-06 09:05:07 +05:30
|
|
|
|
|
|
|
|
= note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
|
2018-10-20 23:36:17 +03:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-10-20 23:36:17 +03:00
|
|
|
|