Skip to content

Commit f9a710e

Browse files
authored
Rollup merge of rust-lang#92261 - jyn514:no-unstable-for-bootstrap, r=Mark-Simulacrum
Avoid accidentally enabling unstable features in compilers This allows rustbuild to control whether crates can use nightly features or not. In practice, it has no effect because `builder.rs` already sets RUSTC_BOOTSTRAP unconditionally.
2 parents 10dc005 + 4ea1df8 commit f9a710e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootstrap/bootstrap.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,6 @@ def bootstrap(help_triggered):
12911291
env["BOOTSTRAP_PARENT_ID"] = str(os.getpid())
12921292
env["BOOTSTRAP_PYTHON"] = sys.executable
12931293
env["BUILD_DIR"] = build.build_dir
1294-
env["RUSTC_BOOTSTRAP"] = '1'
12951294
if toml_path:
12961295
env["BOOTSTRAP_CONFIG"] = toml_path
12971296
if build.rustc_commit is not None:

0 commit comments

Comments
 (0)