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.
1 parent a7df9ec commit f842c97Copy full SHA for f842c97
crates/panic-handler/src/lib.rs
@@ -1,4 +1,4 @@
1
-// Hack of a crate until rust-lang/rust#51647 is fixed
+//! This is needed for tests on targets that require a `#[panic_handler]` function
2
3
#![feature(no_core)]
4
#![no_core]
0 commit comments