mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			319 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			319 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 1 previous error
 | |
| 
 | 
