mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
make test work on noopt builder
This commit is contained in:
parent
f147303434
commit
a381aefebb
@ -21,7 +21,7 @@ pub enum MyBool {
|
||||
#[repr(align(16))]
|
||||
pub struct Align16(u128);
|
||||
|
||||
// CHECK: @ptr_alignment_helper({}** {{.*}} align [[PTR_ALIGNMENT:[0-9]+]]
|
||||
// CHECK: @ptr_alignment_helper({}** {{.*}}align [[PTR_ALIGNMENT:[0-9]+]]
|
||||
#[no_mangle]
|
||||
pub fn ptr_alignment_helper(x: &&()) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user