mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 10:45:18 +00:00
11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
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
|
|
|