mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			342 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			342 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: align: AbiAndPrefAlign { abi: Align(2 bytes), pref: $PREF_ALIGN }
 | |
|   --> $DIR/enum.rs:9:1
 | |
|    |
 | |
| LL | enum UninhabitedVariantAlign {
 | |
|    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 | |
| 
 | |
| error: size: Size(16 bytes)
 | |
|   --> $DIR/enum.rs:15:1
 | |
|    |
 | |
| LL | enum UninhabitedVariantSpace {
 | |
|    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 | |
| 
 | |
| error: aborting due to 2 previous errors
 | |
| 
 | 
