We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1b25f commit 9c723f0Copy full SHA for 9c723f0
1 file changed
.taskcluster.yml
@@ -67,7 +67,8 @@ tasks:
67
env:
68
CODECOV_TOKEN: 4df01912-087e-489a-be28-25aa911cb9d2
69
CARGO_INCREMENTAL: 0
70
- RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests
+ RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort
71
+ RUSTDOCFLAGS: -Cpanic=abort
72
command:
73
- "/bin/bash"
74
- "-cx"
0 commit comments