We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f147303 commit a381aefCopy full SHA for a381aef
src/test/codegen/loads.rs
@@ -21,7 +21,7 @@ pub enum MyBool {
21
#[repr(align(16))]
22
pub struct Align16(u128);
23
24
-// CHECK: @ptr_alignment_helper({}** {{.*}} align [[PTR_ALIGNMENT:[0-9]+]]
+// CHECK: @ptr_alignment_helper({}** {{.*}}align [[PTR_ALIGNMENT:[0-9]+]]
25
#[no_mangle]
26
pub fn ptr_alignment_helper(x: &&()) {}
27
0 commit comments