mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			396 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			396 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: enum variant is more than three times larger (1024 bytes) than the next largest
 | |
|   --> $DIR/variant-size-differences.rs:5:5
 | |
|    |
 | |
| LL |     VBig([u8; 1024]),
 | |
|    |     ^^^^^^^^^^^^^^^^
 | |
|    |
 | |
| note: the lint level is defined here
 | |
|   --> $DIR/variant-size-differences.rs:1:9
 | |
|    |
 | |
| LL | #![deny(variant_size_differences)]
 | |
|    |         ^^^^^^^^^^^^^^^^^^^^^^^^
 | |
| 
 | |
| error: aborting due to previous error
 | |
| 
 | 
