From 50e42ea9f70361ccd71682070c01ea808891f0ce Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Sat, 12 Sep 2015 16:10:12 +0300 Subject: Correctly walk import lists in AST visitors --- src/liballoc/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liballoc') diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 1beb015364d..66de5d7bea8 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -100,7 +100,7 @@ #![cfg_attr(stage0, feature(alloc_system))] #![cfg_attr(not(stage0), feature(needs_allocator))] -#![cfg_attr(test, feature(test, rustc_private))] +#![cfg_attr(test, feature(test, rustc_private, box_heap))] #[cfg(stage0)] extern crate alloc_system; -- cgit 1.4.1-3-g733a5