We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a161ab0 commit ffa4b6fCopy full SHA for ffa4b6f
1 file changed
tests/ui/layout/issue-113941.rs
@@ -0,0 +1,13 @@
1
+// build-pass
2
+// revisions: normal randomize-layout
3
+// [randomize-layout]compile-flags: -Zrandomize-layout
4
+
5
+enum Void {}
6
7
+pub struct Struct([*const (); 0], Void);
8
9
+pub enum Enum {
10
+ Variant(Struct),
11
+}
12
13
+fn main() {}
0 commit comments