We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c11c3d commit 04fb922Copy full SHA for 04fb922
src/test/codegen/align-struct.rs
@@ -19,7 +19,7 @@ pub enum Enum4 {
19
A(i32),
20
B(i32),
21
}
22
-// CHECK: %"Enum4::A" = type { [1 x i32], i32 }
+// No Aggregate type, and hence nothing in LLVM IR.
23
24
pub enum Enum64 {
25
A(Align64),
0 commit comments