Closed
Description
cargo-miri
gets invoked by itself with a non-existent binary path when emulating the x86_64-wrs-vxworks
target, causing an error:
$ cargo new t
Created binary (application) `t` package
$ cd t
$ cargo miri run --target x86_64-wrs-vxworks
Compiling t v0.1.0 (/tmp/t)
Finished dev [unoptimized + debuginfo] target(s) in 0.21s
Running `/home/smit/.cargo/bin/cargo-miri target/x86_64-wrs-vxworks/debug/t.vxe`
fatal error: `cargo-miri` called with unexpected first argument `target/x86_64-wrs-vxworks/debug/t.vxe`; please only invoke this binary through `cargo miri`