]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/E0010.rs
New upstream version 1.21.0+dfsg1
[rustc.git] / src / test / compile-fail / E0010.rs
index 8a666168c86fd22207a7067c426fe0c89329dfd6..ccaf01932d46684001261207044f9f76f23c7751 100644 (file)
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 #![feature(box_syntax)]
+#![allow(warnings)]
 
 const CON : Box<i32> = box 0; //~ ERROR E0010
                               //~| NOTE allocation not allowed in