#!/bin/bashset-eWARN_FLAGS="-D warnings"if[["$*"=~" --relaxed "]];thenWARN_FLAGS=""fi# The `exfiltrate` feature adds the task registry and its providers; without# a second pass none of that is built by the gate at all.RUSTFLAGS="$WARN_FLAGS"cargo check --all --all-targetsRUSTFLAGS="$WARN_FLAGS"cargo check --all --all-targets --features exfiltrate