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 8a67e53 commit f0be698Copy full SHA for f0be698
.travis.yml
@@ -106,7 +106,7 @@ matrix:
106
107
# Can't have these in the `env` section above, because these settings break `cargo install`
108
- export CARGO_INCREMENTAL=0
109
- - export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads"
+ - export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests"
110
- name: "i18nspector"
111
addons:
112
apt:
0 commit comments