From e0c79c01948616ca82474a77d0b8b35f992f7ad7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sun, 20 Oct 2024 10:04:50 -0700 Subject: [PATCH] More workaround. --- tests/example_crates.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/example_crates.rs b/tests/example_crates.rs index 039eb4a..e7f012f 100644 --- a/tests/example_crates.rs +++ b/tests/example_crates.rs @@ -75,7 +75,9 @@ fn example_crate_hello_world_small() { "hello-world-small", &[ "--release", - "-Zbuild-std=std,panic_abort", + // FIXME: When nbdd0121/unwinding#39 is fixed, this should be + // "-Zbuild-std=std,panic_abort", + "-Zbuild-std", "-Zbuild-std-features=panic_immediate_abort", ], &[(