We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
panic_handler
1 parent 5a88717 commit 8bfd437Copy full SHA for 8bfd437
crates/panic-handler/src/lib.rs
@@ -1,6 +1,6 @@
1
// Hack of a crate until rust-lang/rust#51647 is fixed
2
3
-#![feature(no_core, panic_handler)]
+#![feature(no_core)]
4
#![no_core]
5
6
extern crate core;
examples/intrinsics.rs
@@ -11,7 +11,6 @@
11
#![feature(lang_items)]
12
#![feature(start)]
13
#![feature(allocator_api)]
14
-#![feature(panic_handler)]
15
#![cfg_attr(windows, feature(panic_unwind))]
16
#![no_std]
17
0 commit comments