diff --git a/src/test/run-make/alloc-extern-crates/fakealloc.rs b/src/test/run-make/alloc-extern-crates/fakealloc.rs index 563a527b941..6d30956ab2b 100644 --- a/src/test/run-make/alloc-extern-crates/fakealloc.rs +++ b/src/test/run-make/alloc-extern-crates/fakealloc.rs @@ -9,8 +9,8 @@ // except according to those terms. #![crate_type = "rlib"] +#![feature(no_std, core)] #![no_std] -#![feature(core)] extern crate core;