about summary refs log tree commit diff
path: root/library/sysroot
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-05-08 15:03:04 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-06-24 19:44:35 +0000
commit6d3ff3915e09f736bda9bc1f04fe88a3630b71a2 (patch)
tree1bac46cf47f669719058e8bd5b0d0ce023e62aab /library/sysroot
parent5dfe72c1fda271e1147ac85aebf6d382145ee0c0 (diff)
downloadrust-6d3ff3915e09f736bda9bc1f04fe88a3630b71a2.tar.gz
rust-6d3ff3915e09f736bda9bc1f04fe88a3630b71a2.zip
Avoid exporting panic_unwind as stdlib cargo feature
There is already panic-unwind to enable it.
Diffstat (limited to 'library/sysroot')
-rw-r--r--library/sysroot/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/sysroot/Cargo.toml b/library/sysroot/Cargo.toml
index c149d513c32..3adc0224971 100644
--- a/library/sysroot/Cargo.toml
+++ b/library/sysroot/Cargo.toml
@@ -26,7 +26,7 @@ debug_typeid = ["std/debug_typeid"]
 llvm-libunwind = ["std/llvm-libunwind"]
 system-llvm-libunwind = ["std/system-llvm-libunwind"]
 optimize_for_size = ["std/optimize_for_size"]
-panic-unwind = ["std/panic_unwind"]
+panic-unwind = ["std/panic-unwind"]
 panic_immediate_abort = ["std/panic_immediate_abort"]
 profiler = ["dep:profiler_builtins"]
 std_detect_file_io = ["std/std_detect_file_io"]