]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/consts/const-eval/union-ice.rs
New upstream version 1.53.0+dfsg1
[rustc.git] / src / test / ui / consts / const-eval / union-ice.rs
index 5a14c7fd99345f1497d6a09a6e12a4cff62c1ae0..4189619b2aabef297cee9c35160fb1697d2f4a62 100644 (file)
@@ -1,4 +1,4 @@
-#![feature(const_fn)]
+// only-x86_64
 
 type Field1 = i32;
 type Field3 = i64;