diff --git a/test_suite/no_std/src/main.rs b/test_suite/no_std/src/main.rs index 7a0c83ad..fd1795b8 100644 --- a/test_suite/no_std/src/main.rs +++ b/test_suite/no_std/src/main.rs @@ -6,7 +6,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(lang_items, start, compiler_builtins_lib)] +#![feature(lang_items, start)] #![no_std] extern crate libc;