Cargo-miri failed to build with Rust WASM tool chain #2416
Labels
A-target
Area: concerns targets outside of what we currently support
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
Problem Description
I've encountered an error as follow when trying to run
cargo miri test
on a rust project.However, the wasm tool chain is installed, following instructions from The Rust Toolchain, and the normal
cargo build
orcargo run/test
can be finished successfully.Steps to reproduce
git clone https://github.com/substrate-developer-hub/substrate-node-template.git
cargo clean
cargo miri test
Tool versions:
cargo 1.64.0-nightly (8827baaa7 2022-07-14)
rustc 1.64.0-nightly (f8588549c 2022-07-18)
miri 0.1.0 (416cddb 2022-07-17)
rustup 1.25.1 (bb60b1e89 2022-07-12)
The text was updated successfully, but these errors were encountered: