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.
2 parents 234faf1 + 319e4c6 commit a9c5c0dCopy full SHA for a9c5c0d
src/tests/misc.md
@@ -9,7 +9,7 @@ for testing:
9
10
- `RUSTC_BOOTSTRAP=1` will "cheat" and bypass usual stability checking, allowing
11
you to use unstable features and cli flags on a stable `rustc`.
12
-- `RUSTC_BOOTSTRAP=-1` will force a given `rustc` to pretend that is a stable
+- `RUSTC_BOOTSTRAP=-1` will force a given `rustc` to pretend it is a stable
13
compiler, even if it's actually a nightly `rustc`. This is useful because some
14
behaviors of the compiler (e.g. diagnostics) can differ depending on whether
15
the compiler is nightly or not.
0 commit comments