Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ea1df8

Browse files
committedDec 24, 2021
Don't allow using unstable features in bootstrap itself
This shouldn't have any change in practice, but it seems good to enforce.
1 parent 5956600 commit 4ea1df8

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
@@ -1246,7 +1246,6 @@ def bootstrap(help_triggered):
12461246
env["BOOTSTRAP_PARENT_ID"] = str(os.getpid())
12471247
env["BOOTSTRAP_PYTHON"] = sys.executable
12481248
env["BUILD_DIR"] = build.build_dir
1249-
env["RUSTC_BOOTSTRAP"] = '1'
12501249
if toml_path:
12511250
env["BOOTSTRAP_CONFIG"] = toml_path
12521251
if build.rustc_commit is not None:

0 commit comments

Comments
 (0)
Please sign in to comment.