about summary refs log tree commit diff
path: root/library/compiler-builtins/crates/panic-handler/src/lib.rs
AgeCommit message (Collapse)AuthorLines
2025-06-04`panic-handler`: Remove the `no_core` featureTrevor Gross-5/+2
This was introduced before `#[panic_handler]` was stable, but should no longer be needed. Additionally, we only need it for `builtins-test-intrinsics`, not as a dependency of `compiler-builtins`.
2021-04-02Fix panic-handler documentationAaron Kutch-1/+1
rust-lang/rust#51647 is fixed but panic-handler is still needed
2018-09-13`panic_handler` is now stablePaolo Teti-1/+1
Fixes the following warning: "warning: the feature `panic_handler` has been stable since 1.30.0 and no longer requires an attribute to enable"
2018-09-01Rename panic_implementation -> panic_handlerPaolo Teti-0/+11
panic_implementation has been deprecated/renamed. New name is panic_handler