diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-06-27 22:13:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-27 22:13:01 +0200 |
| commit | 9d15167921ead28946d8d603470dbe9a57e74eff (patch) | |
| tree | aadb78d79c5225b18680f3f049da5b8b12456f46 /library/std | |
| parent | 36c2b011cb4bb9bd34647486551e85a969773c8d (diff) | |
| parent | 4b7711520bc1a04b05252e59c4c371aa0bcc6793 (diff) | |
| download | rust-9d15167921ead28946d8d603470dbe9a57e74eff.tar.gz rust-9d15167921ead28946d8d603470dbe9a57e74eff.zip | |
Rollup merge of #140809 - bjorn3:panic_runtime_cleanup, r=petrochenkov
Reduce special casing for the panic runtime See the individual commits for more info.
Diffstat (limited to 'library/std')
| -rw-r--r-- | library/std/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index ae7107938f3..7c2a43ef207 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -93,7 +93,7 @@ backtrace = [ 'miniz_oxide/rustc-dep-of-std', ] -panic-unwind = ["panic_unwind"] +panic-unwind = ["dep:panic_unwind"] compiler-builtins-c = ["alloc/compiler-builtins-c"] compiler-builtins-mem = ["alloc/compiler-builtins-mem"] compiler-builtins-no-asm = ["alloc/compiler-builtins-no-asm"] |
