File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,9 @@ OPTIONS
193
193
a new temporary folder located in the temporary directory of the
194
194
platform.
195
195
196
+ When using --path, by default it will use target directory in the
197
+ workspace of the local crate unless --target-dir is specified.
198
+
196
199
--debug
197
200
Build with the dev profile instead the release profile.
198
201
Original file line number Diff line number Diff line change @@ -218,7 +218,10 @@ target artifacts are placed in a separate directory. See the
218
218
specified with the <code >CARGO_TARGET_DIR</code > environment variable, or the
219
219
<code >build.target-dir</code > <a href =" ../reference/config.html " >config value</a >.
220
220
Defaults to a new temporary folder located in the
221
- temporary directory of the platform.</dd >
221
+ temporary directory of the platform. </p >
222
+ <p >When using <code >--path</code >, by default it will use <code >target</code > directory in the workspace
223
+ of the local crate unless <code >--target-dir</code >
224
+ is specified.</dd >
222
225
223
226
224
227
Original file line number Diff line number Diff line change @@ -248,7 +248,11 @@ Directory for all generated artifacts and intermediate files. May also be
248
248
specified with the \fB CARGO_TARGET_DIR \fR environment variable, or the
249
249
\fB build.target \- dir \fR \fI config value \fR <https://doc.rust\- lang.org/cargo/reference/config.html>\& .
250
250
Defaults to a new temporary folder located in the
251
- temporary directory of the platform.
251
+ temporary directory of the platform.
252
+ .sp
253
+ When using \fB \-\- path \fR , by default it will use \fB target \fR directory in the workspace
254
+ of the local crate unless \fB \-\- target \- dir \fR
255
+ is specified.
252
256
.RE
253
257
.sp
254
258
\fB \-\- debug \fR
You can’t perform that action at this time.
0 commit comments