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 7637f32 commit 42a4d3dCopy full SHA for 42a4d3d
.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 -Zno-landing-pads --cfg procmacro2_semver_exempt"
13
-cargo test --no-run
+export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off --cfg procmacro2_semver_exempt"
+cargo test --no-run
0 commit comments