We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a4d3d commit 7384a30Copy full SHA for 7384a30
.github/scripts/create_test_bin.sh
@@ -9,5 +9,5 @@ rustup default nightly
9
10
# Compile test
11
export CARGO_INCREMENTAL=0
12
-export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off --cfg procmacro2_semver_exempt"
+export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Cpanic=abort -Coverflow-checks=off --cfg procmacro2_semver_exempt"
13
cargo test --no-run
0 commit comments