1 2 3 4 5 6 7 8
#!/bin/bash # Exit script on the first error set -o errexit -o nounset export RUSTFLAGS="--deny warnings" cargo build --verbose