Open pacak opened 1 week ago
Cargo should be able to give rustc line it is going to use, cargo-show-asm can use that and call rustc directly. If compilation fails - a possible fallback is to run cargo as usual.
rustc
cargo-show-asm
cargo
Cargo should be able to give
rustc
line it is going to use,cargo-show-asm
can use that and callrustc
directly. If compilation fails - a possible fallback is to runcargo
as usual.