Closed as duplicate of#14125
Description
After running cargo build
, I wanted to find the build it made.
My first guess was that it would be in builds/
, but there was such folder.
The output from cargo build
did not say where it put it either.
I looked through the folders and finally found it in target/release/
. To me, that's not a very intuitive name considering the command is called cargo build.
Have you considered using a more intuitive name, like builds/
? Or maybe have cargo build
say where it put it after it has finished?
Metadata
Metadata
Assignees
Labels
No labels