about summary refs log tree commit diff
path: root/library/compiler-builtins/crates/panic-handler/src/lib.rs
diff options
context:
space:
mode:
authorAaron Kutch <aaronkutch@att.net>2020-12-11 14:20:51 -0600
committerAaron Kutch <aaronkutch@att.net>2021-04-02 08:58:50 -0500
commit1d9d761e9fe941b014c698cc8d686824924da6d9 (patch)
treeea456fc669a23cf1ab01eafc71b52f1248613f6c /library/compiler-builtins/crates/panic-handler/src/lib.rs
parent94af8a82683fa4984881305893eea3a120efc651 (diff)
downloadrust-1d9d761e9fe941b014c698cc8d686824924da6d9.tar.gz
rust-1d9d761e9fe941b014c698cc8d686824924da6d9.zip
Fix panic-handler documentation
rust-lang/rust#51647 is fixed but panic-handler is still needed
Diffstat (limited to 'library/compiler-builtins/crates/panic-handler/src/lib.rs')
-rw-r--r--library/compiler-builtins/crates/panic-handler/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/compiler-builtins/crates/panic-handler/src/lib.rs b/library/compiler-builtins/crates/panic-handler/src/lib.rs
index a75999a4b60..673e005224b 100644
--- a/library/compiler-builtins/crates/panic-handler/src/lib.rs
+++ b/library/compiler-builtins/crates/panic-handler/src/lib.rs
@@ -1,4 +1,4 @@
-// Hack of a crate until rust-lang/rust#51647 is fixed
+//! This is needed for tests on targets that require a `#[panic_handler]` function
 
 #![feature(no_core)]
 #![no_core]