]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/epoch-gate-feature.rs
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / test / run-pass / epoch-gate-feature.rs
index e3cd1edd20987786dfa1cf891d42203885d77387..754e30f3adfd915599a34322e78c293dea00376f 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![allow(dead_code)]
+#![allow(unused_variables)]
 // Checks if the correct registers are being used to pass arguments
 // when the sysv64 ABI is specified.