about summary refs log tree commit diff
path: root/src/test/run-pass/for-loop-no-std.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/for-loop-no-std.rs')
-rw-r--r--src/test/run-pass/for-loop-no-std.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/for-loop-no-std.rs b/src/test/run-pass/for-loop-no-std.rs
index 30c2aec33ad..31ed4919778 100644
--- a/src/test/run-pass/for-loop-no-std.rs
+++ b/src/test/run-pass/for-loop-no-std.rs
@@ -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)]
+#![feature(lang_items, start, no_std, core, collections)]
 #![no_std]
 
 extern crate "std" as other;