mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			407 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			407 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: abi: Memory { sized: true }
 | |
|   --> $DIR/struct.rs:9:1
 | |
|    |
 | |
| LL | struct AlignedZstPreventsScalar(i16, [i32; 0]);
 | |
|    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 | |
| 
 | |
| error: abi: Scalar(Initialized { value: Int(I32, true), valid_range: 0..=4294967295 })
 | |
|   --> $DIR/struct.rs:12:1
 | |
|    |
 | |
| LL | struct AlignedZstButStillScalar(i32, [i16; 0]);
 | |
|    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 | |
| 
 | |
| error: aborting due to 2 previous errors
 | |
| 
 | 
