Skip to content

Commit a117056

Browse files
authored
Merge pull request #272 from xxchan/patch-1
document $CARGO_TARGET_DIR/$CARGO_BUILD_TARGET
2 parents 68e2de9 + b0097f0 commit a117056

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guide/src/usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,6 @@ COUNT=`echo "$OUTPUT" | grep -c "unnecessary parentheses"`
106106
test $COUNT -eq 1
107107
```
108108

109+
If you need to use the targets directly without using `cargo` in the script, they are available in `$CARGO_TARGET_DIR/$CARGO_BUILD_TARGET/[release|debug]/...`, since `cargo-bisect-rustc` sets `$CARGO_TARGET_DIR` and `$CARGO_BUILD_TARGET`.
110+
109111
Check out the [examples chapters](examples/index.md) for several examples of how to use this option.

0 commit comments

Comments
 (0)