]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/unused-attr.rs
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / test / compile-fail / unused-attr.rs
index af242b96a84a160d464c01a5176a3c4e6c2f0393..6416e1cacdc0cb94d09b56684e8c21d9d43389dd 100644 (file)
@@ -10,7 +10,7 @@
 
 #![deny(unused_attributes)]
 #![allow(dead_code, unused_imports)]
-#![feature(core, custom_attribute)]
+#![feature(custom_attribute)]
 
 #![foo] //~ ERROR unused attribute