You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/src/usage.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ cargo bisect-rustc
8
8
9
9
> For a quick introduction, see the [Tutorial](tutorial.md).
10
10
11
-
> **Note**: On Windows, due to [an issue](https://github.com/rust-lang/cargo-bisect-rustc/issues/244) with rustup, you will need to execute `cargo-bisect-rustc` with a `-` between `cargo` and `bisect`.
12
-
13
11
`cargo-bisect-rustc` works by building a Cargo project, and detecting if it succeeds or fails.
14
12
It will download and use nightly Rust toolchains.
15
13
It begins with two nightly boundaries, known as the *start* where the project successfully builds (the *baseline*), and the *end* where it is known to fail (the *regression*).
0 commit comments