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 6266e9d commit 20600f1Copy full SHA for 20600f1
scripts/tests.sh
@@ -116,6 +116,7 @@ function extended_sysroot_tests() {
116
pushd regex
117
echo "[TEST] rust-lang/regex example shootout-regex-dna"
118
cargo clean
119
+ export RUSTFLAGS="$RUSTFLAGS --cap-lints warn" # newer aho_corasick versions throw a deprecation warning
120
# Make sure `[codegen mono items] start` doesn't poison the diff
121
../build/cargo.sh build --example shootout-regex-dna --target $TARGET_TRIPLE
122
if [[ "$HOST_TRIPLE" = "$TARGET_TRIPLE" ]]; then
0 commit comments