add missing word

This commit is contained in:
Tshepang Mbambo 2025-07-09 22:49:41 +02:00 committed by GitHub
parent 120a361197
commit 42472f2645
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ for testing:
- `RUSTC_BOOTSTRAP=1` will "cheat" and bypass usual stability checking, allowing
you to use unstable features and cli flags on a stable `rustc`.
- `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
compiler, even if it's actually a nightly `rustc`. This is useful because some
behaviors of the compiler (e.g. diagnostics) can differ depending on whether
the compiler is nightly or not.