Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upDisplay all Cargo target executables in `cargo metadata` or similar command #2508
Comments
bruno-medeiros
referenced this issue
Mar 22, 2016
Open
Cargo: produce deterministic filenames for `build --test` and `test --no-run` #1924
This comment has been minimized.
This comment has been minimized.
|
cc @matklad |
This comment has been minimized.
This comment has been minimized.
There can be several executables for one target ( |
This comment has been minimized.
This comment has been minimized.
Ah, yes, now I also realize this. |
bruno-medeiros
referenced this issue
May 12, 2016
Open
TRACKER for important Rust and Cargo toolchain issues #112
carols10cents
added
C-feature-request
Command-metadata
labels
Sep 25, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bruno-medeiros commentedMar 22, 2016
Enhancement: a command to display all Cargo targets (including implicit test targets such as bin-tests and lib-tests) and their associated executable.
See also: #1924