blob: 6af9922a698c433bffb4144ae6fc95ba84ce7821 (
plain)
1
2
3
4
5
6
7
8
|
error: expected item, found `virtual`
--> $DIR/virtual-structs.rs:15:1
|
LL | virtual struct SuperStruct { //~ ERROR expected item, found `virtual`
| ^^^^^^^ expected item
error: aborting due to previous error
|