Source code

Revision control

Copy as Markdown

Other Tools

set -ex
echo "Installing latest nightly with Miri: $MIRI_NIGHTLY"
rustup default "$MIRI_NIGHTLY"
cargo clean
rustup component add miri
cargo miri setup
cargo miri test