about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-06-27 22:13:01 +0200
committerGitHub <noreply@github.com>2025-06-27 22:13:01 +0200
commit9d15167921ead28946d8d603470dbe9a57e74eff (patch)
treeaadb78d79c5225b18680f3f049da5b8b12456f46 /library/std
parent36c2b011cb4bb9bd34647486551e85a969773c8d (diff)
parent4b7711520bc1a04b05252e59c4c371aa0bcc6793 (diff)
downloadrust-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.toml2
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"]