We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f066f12 commit d0d6dcbCopy full SHA for d0d6dcb
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