From 778e51627052ffd6b505512d48be03095ccd0eea Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 6 Oct 2018 21:12:14 -0700 Subject: [PATCH] Feature panic_handler has been stabilized --- 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 95281d43..80b8ca21 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, panic_handler)] +#![feature(lang_items, start)] #![no_std] extern crate libc;