cargo build --show-out #12141
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
Problem
I'm building a test to debug it with debugger, or copy it to another machine if it is build for another architecture.
Where is the binary?
does not print the path. There is a lot of paths with hashes in
targets
directory, finding the binary with the latest built test is not easy.Proposed Solution
Either:
cargo build --show-out
Notes
Related to #12140
The text was updated successfully, but these errors were encountered: