miri rust setup
run this command
rustup install nightly
rustup +nightly component add miri
- lets run cool stuff:
cargo +nightly miri run --target s390x-unknown-linux-gnu
run this command
rustup install nightly
rustup +nightly component add miri
cargo +nightly miri run --target s390x-unknown-linux-gnu