diff options
| author | Boxy <rust@boxyuwu.dev> | 2025-04-02 21:28:54 +0100 |
|---|---|---|
| committer | Boxy <rust@boxyuwu.dev> | 2025-04-09 12:29:59 +0100 |
| commit | c93005ee651422f1920ef2a68e5ab9ff772b4b06 (patch) | |
| tree | bc8448b8055eecaf533b29a1c7e0f4f74b3aad74 /library/panic_unwind | |
| parent | 609eacbb22eb9014fdea1618105a294f0dc8a63e (diff) | |
| download | rust-c93005ee651422f1920ef2a68e5ab9ff772b4b06.tar.gz rust-c93005ee651422f1920ef2a68e5ab9ff772b4b06.zip | |
update cfgs
Diffstat (limited to 'library/panic_unwind')
| -rw-r--r-- | library/panic_unwind/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/panic_unwind/src/lib.rs b/library/panic_unwind/src/lib.rs index e5c1d6bdb3b..50bd933aca2 100644 --- a/library/panic_unwind/src/lib.rs +++ b/library/panic_unwind/src/lib.rs @@ -79,11 +79,11 @@ cfg_if::cfg_if! { unsafe extern "C" { /// Handler in std called when a panic object is dropped outside of /// `catch_unwind`. - #[cfg_attr(not(bootstrap), rustc_std_internal_symbol)] + #[rustc_std_internal_symbol] fn __rust_drop_panic() -> !; /// Handler in std called when a foreign exception is caught. - #[cfg_attr(not(bootstrap), rustc_std_internal_symbol)] + #[rustc_std_internal_symbol] fn __rust_foreign_exception() -> !; } |
