From 9b4b2c6e10371291618c20462ec0dab492de4342 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 11 Aug 2026 22:24:12 +0200 Subject: [PATCH] Fix std-features example in bootstrap.example.toml --- bootstrap.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.example.toml b/bootstrap.example.toml index 2c9a5ab1a152c..d8af842c4f49c 100644 --- a/bootstrap.example.toml +++ b/bootstrap.example.toml @@ -910,7 +910,7 @@ # # Since libstd also builds libcore and liballoc as dependencies and all their features are mirrored # as libstd features, this option can also be used to configure features such as optimize_for_size. -#rust.std-features = ["panic_unwind"] +#rust.std-features = ["panic-unwind"] # Trigger a `DebugBreak` after an internal compiler error during bootstrap on Windows #rust.break-on-ice = true