We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5956600 commit 4ea1df8Copy full SHA for 4ea1df8
src/bootstrap/bootstrap.py
@@ -1246,7 +1246,6 @@ def bootstrap(help_triggered):
1246
env["BOOTSTRAP_PARENT_ID"] = str(os.getpid())
1247
env["BOOTSTRAP_PYTHON"] = sys.executable
1248
env["BUILD_DIR"] = build.build_dir
1249
- env["RUSTC_BOOTSTRAP"] = '1'
1250
if toml_path:
1251
env["BOOTSTRAP_CONFIG"] = toml_path
1252
if build.rustc_commit is not None:
0 commit comments