Skip to content

Commit

Permalink
Don't allow using unstable features in bootstrap itself
Browse files Browse the repository at this point in the history
This shouldn't have any change in practice, but it seems good to enforce.
  • Loading branch information
jyn514 committed Dec 24, 2021
1 parent 5956600 commit 4ea1df8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bootstrap/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,6 @@ def bootstrap(help_triggered):
env["BOOTSTRAP_PARENT_ID"] = str(os.getpid())
env["BOOTSTRAP_PYTHON"] = sys.executable
env["BUILD_DIR"] = build.build_dir
env["RUSTC_BOOTSTRAP"] = '1'
if toml_path:
env["BOOTSTRAP_CONFIG"] = toml_path
if build.rustc_commit is not None:
Expand Down

0 comments on commit 4ea1df8

Please sign in to comment.