]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/for-loop-no-std.rs
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / test / run-pass / for-loop-no-std.rs
index 2f327bdebbf8fd10b6684721bfe32a62d886a039..73de1fa9c0de5cc75294af64f3b352562c2c3530 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(lang_items, start, no_std, core_slice_ext, collections)]
+#![feature(lang_items, start, collections)]
 #![no_std]
 
 extern crate std as other;