We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--path
target-dir
1 parent ee53210 commit c36e6bfCopy full SHA for c36e6bf
src/doc/man/includes/options-target-dir.md
@@ -3,7 +3,11 @@ Directory for all generated artifacts and intermediate files. May also be
3
specified with the `CARGO_TARGET_DIR` environment variable, or the
4
`build.target-dir` [config value](../reference/config.html).
5
{{#if temp-target-dir}} Defaults to a new temporary folder located in the
6
-temporary directory of the platform.
+temporary directory of the platform.
7
+
8
+When using `--path`, by default it will use `target` directory in the workspace
9
+of the local crate unless `--target-dir`
10
+is specified.
11
{{else}} Defaults to `target` in the root of the workspace.
12
{{/if}}
13
{{/option}}
0 commit comments