File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ Assuming you aren't reading this too far in the future, the
151
151
following should work:
152
152
153
153
```
154
- cargo- bisect-rustc --test-dir=foo \
154
+ cargo bisect-rustc --test-dir=foo \
155
155
--start=6323d9a45bdf0ac2a9319a6a558537e0a7e6abd1 \
156
156
--end=866a713258915e6cbb212d135f751a6a8c9e1c0a
157
157
```
@@ -193,7 +193,7 @@ edition). Let's find where it was lost! Grab the ranges between where it was
193
193
added and where we know it fails:
194
194
195
195
```
196
- cargo- bisect-rustc --prompt --test-dir=foo \
196
+ cargo bisect-rustc --prompt --test-dir=foo \
197
197
--start=ab93561b5fa54954159480ddc10bbb69f015e539 \
198
198
--end=2c2e2c57dc2140cfb62a8abb9312b89f02c59f3c
199
199
```
@@ -233,7 +233,7 @@ cargo check 2>&1 | grep E0642
233
233
And then run:
234
234
235
235
```
236
- cargo- bisect-rustc --script=./test.sh --test-dir=foo \
236
+ cargo bisect-rustc --script=./test.sh --test-dir=foo \
237
237
--start=ab93561b5fa54954159480ddc10bbb69f015e539 \
238
238
--end=2c2e2c57dc2140cfb62a8abb9312b89f02c59f3c
239
239
```
You can’t perform that action at this time.
0 commit comments