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/std/src/backtrace.rs | |
| parent | 609eacbb22eb9014fdea1618105a294f0dc8a63e (diff) | |
| download | rust-c93005ee651422f1920ef2a68e5ab9ff772b4b06.tar.gz rust-c93005ee651422f1920ef2a68e5ab9ff772b4b06.zip | |
update cfgs
Diffstat (limited to 'library/std/src/backtrace.rs')
| -rw-r--r-- | library/std/src/backtrace.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/backtrace.rs b/library/std/src/backtrace.rs index 3e641ac5d90..3683485640c 100644 --- a/library/std/src/backtrace.rs +++ b/library/std/src/backtrace.rs @@ -432,7 +432,7 @@ mod helper { use super::*; pub(super) type LazyResolve = impl (FnOnce() -> Capture) + Send + Sync + UnwindSafe; - #[cfg_attr(not(bootstrap), define_opaque(LazyResolve))] + #[define_opaque(LazyResolve)] pub(super) fn lazy_resolve(mut capture: Capture) -> LazyResolve { move || { // Use the global backtrace lock to synchronize this as it's a |
