From 3e535325e12e33fb9ba2c04e14109e3d97a4a219 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 7 Apr 2018 19:20:51 -0700 Subject: [PATCH] Remove unused compiler_builtins_lib feature --- test_suite/no_std/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;