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.
2 parents 0916bbc + 1f1c060 commit 685bdd4Copy full SHA for 685bdd4
1 file changed
src/bootstrap/bootstrap.py
@@ -743,6 +743,7 @@ def bootstrap():
743
args.extend(sys.argv[1:])
744
env = os.environ.copy()
745
env["BUILD"] = build.build
746
+ env["RUST_BACKTRACE"] = "full"
747
env["SRC"] = build.rust_root
748
env["BOOTSTRAP_PARENT_ID"] = str(os.getpid())
749
env["BOOTSTRAP_PYTHON"] = sys.executable
0 commit comments