| Age | Commit message (Collapse) | Author | Lines |
|
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`.
|
|
rust-lang/rust#51647 is fixed but panic-handler is still needed
|
|
Fixes the following warning:
"warning: the feature `panic_handler` has been stable since
1.30.0 and no longer requires an attribute to enable"
|
|
panic_implementation has been deprecated/renamed.
New name is panic_handler
|