Skip to content

Commit dab33f9

Browse files
authored
Rollup merge of #140506 - tshepang:patch-1, r=jieyouxu
unstable-book: fix capitalization
2 parents 62a48cd + 0cb6f51 commit dab33f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/compiler-flags/rustc-bootstrap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Crates can fully opt out of unstable features by using [`#![forbid(unstable_feat
2323
In particular, nightly is built with beta, and beta is built with stable.
2424
Since the standard library and compiler both use unstable features, `RUSTC_BOOTSTRAP` is required so that we can use the previous version to build them.
2525

26-
## Why is this environment variable so easy to use for people not in the rust project?
26+
## Why is this environment variable so easy to use for people not in the Rust project?
2727

2828
Originally, `RUSTC_BOOTSTRAP` required passing in a hash of the previous compiler version, to discourage using it for any purpose other than bootstrapping.
2929
That constraint was later relaxed; see <https://github.com/rust-lang/rust/issues/36548> for the discussion that happened at that time.

0 commit comments

Comments
 (0)