From 4ea1df8e17c5219eb3be4530aede746db1009869 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Fri, 24 Dec 2021 13:18:31 -0600 Subject: [PATCH] Don't allow using unstable features in bootstrap itself This shouldn't have any change in practice, but it seems good to enforce. --- src/bootstrap/bootstrap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index 5df3d0bde6d58..c154fb2ba8724 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -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: