about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-09-07 12:43:39 +0200
committerJorge Aparicio <jorge@japaric.io>2018-09-07 13:27:30 +0200
commit358fc5b62126f997a1c38ba4c8be60ae16e4a2c4 (patch)
tree6037f18a7e4abedd90ad24d5d7421b6e931a6aa9 /src/libstd
parent2ae11a9c22bc3d1f36d1e964cbfc4522a0e9351e (diff)
downloadrust-358fc5b62126f997a1c38ba4c8be60ae16e4a2c4.tar.gz
rust-358fc5b62126f997a1c38ba4c8be60ae16e4a2c4.zip
stabilize `#[panic_handler]`
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs1
1 files changed, 0 insertions, 1 deletions
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]