mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-02 05:32:05 +00:00
9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
error: expected item, found reserved keyword `virtual`
|
|
--> $DIR/virtual-structs.rs:3:1
|
|
|
|
|
LL | virtual struct SuperStruct {
|
|
| ^^^^^^^ expected item
|
|
|
|
error: aborting due to previous error
|
|
|