Open
Description
Hi, I'm having this issue trying to run the tool with https://github.com/louis-e/arnis. I've disabled the (Tauri) GUI feature, so in theory it's just a CLI application with ~500 dependencies.
❯ rustup show Default host: x86_64-unknown-linux-gnu rustup home: /home/benjamin/.rustup stable-x86_64-unknown-linux-gnu (default) rustc 1.84.0 (9fc6b4312 2025-01-07) ❯ cargo asm --version Version: 0.2.47 ❯ cargo asm --bin arnis --no-default-features <lots of output since it is compiling...> Error: Cannot locate the path to the asm file
The current version of
cargo-show-asm
works in a brand-newcargo new foo
project, but it doesn't work here. What's going on?
Originally posted by @benjamin051000 in #82
Metadata
Assignees
Labels
No labels