rustup
This commit is contained in:
parent
af2c50fb89
commit
bd69a92b4b
3 changed files with 2 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
c396bb3b8a16b1f2762b7c6078dc3e023f6a2493
|
||||
cbb07c27a4d78f95557a6b9cdcc32f98d67a0c22
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
#![feature(untagged_unions)]
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy)]
|
||||
struct Pair<T, U>(T, U);
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
#![feature(untagged_unions)]
|
||||
|
||||
fn main() {
|
||||
a();
|
||||
b();
|
||||
|
|
@ -22,6 +20,7 @@ fn a() {
|
|||
}
|
||||
|
||||
fn b() {
|
||||
#[derive(Copy, Clone)]
|
||||
struct S {
|
||||
x: u32,
|
||||
y: u32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue