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: src/doc/unstable-book/src/compiler-flags/rustc-bootstrap.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Crates can fully opt out of unstable features by using [`#![forbid(unstable_feat
23
23
In particular, nightly is built with beta, and beta is built with stable.
24
24
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.
25
25
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?
27
27
28
28
Originally, `RUSTC_BOOTSTRAP` required passing in a hash of the previous compiler version, to discourage using it for any purpose other than bootstrapping.
29
29
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