Skip to content

Commit 7384a30

Browse files
committed
replace no-langing-pads with -Cpanic=abort
rust-lang/rust#70175
1 parent 42a4d3d commit 7384a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/create_test_bin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ rustup default nightly
99

1010
# Compile test
1111
export CARGO_INCREMENTAL=0
12-
export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off --cfg procmacro2_semver_exempt"
12+
export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Cpanic=abort -Coverflow-checks=off --cfg procmacro2_semver_exempt"
1313
cargo test --no-run

0 commit comments

Comments
 (0)