From 358fc5b62126f997a1c38ba4c8be60ae16e4a2c4 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 7 Sep 2018 12:43:39 +0200 Subject: stabilize `#[panic_handler]` --- src/libstd/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstd/lib.rs') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index e7195b3e21e..4278926b042 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -312,7 +312,6 @@ #![feature(doc_keyword)] #![feature(panic_info_message)] #![cfg_attr(stage0, feature(panic_implementation))] -#![cfg_attr(not(stage0), feature(panic_handler))] #![feature(non_exhaustive)] #![default_lib_allocator] -- cgit 1.4.1-3-g733a5