Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: `cargo_show_asm` not working
Hey, I want to use the cargo_show_asm
package which I have installed using cargo install cargo-show-asm
. It works when applied to a "hello world" project.
But when I run cargo asm [parameters]
in a more complicated repo (within a workspace) where I need it, I only ever get Error: Cannot locate the path to the asm file
or Error: No such file or directory (os error 2)
Any ideas?
1 post - 1 participant
🏷️ rust_feed