This commit is contained in:
Ralf Jung
2022-07-13 22:35:45 -04:00
parent af2c50fb89
commit bd69a92b4b
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
c396bb3b8a16b1f2762b7c6078dc3e023f6a2493
cbb07c27a4d78f95557a6b9cdcc32f98d67a0c22
-2
View File
@@ -1,5 +1,3 @@
#![feature(untagged_unions)]
#[repr(C)]
#[derive(Clone, Copy)]
struct Pair<T, U>(T, U);
+1 -2
View File
@@ -1,5 +1,3 @@
#![feature(untagged_unions)]
fn main() {
a();
b();
@@ -22,6 +20,7 @@ union U {
}
fn b() {
#[derive(Copy, Clone)]
struct S {
x: u32,
y: u32,