about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-01-25 08:03:38 +0100
committerGitHub <noreply@github.com>2025-01-25 08:03:38 +0100
commit7b16b4e4cb9ab3ebc3653d4257dd38c48c20c5a6 (patch)
treeff3425cd000595e9b8e52f69ee306d40587c7650 /compiler/rustc_data_structures/src
parent06349ec2dd22a460e2996ee391425a31afeedf94 (diff)
parentab7793d4d4d35551480cb2b6823903974316a9fa (diff)
downloadrust-7b16b4e4cb9ab3ebc3653d4257dd38c48c20c5a6.tar.gz
rust-7b16b4e4cb9ab3ebc3653d4257dd38c48c20c5a6.zip
Rollup merge of #136029 - ChrisDenton:py-job, r=jieyouxu
Bootstrap: Don't move ownership of job object

I've been thinking about this since the last time I looked at bootstrap's use of job objects. We currently pass ownership of the job object to Python. I feel this is unneeded complexity.

The rationale given (in a comment) is that it helps with `ctrl-c` on `x.py`. But using `ctrl-c` when running `x.py` will also cause `bootstrap.exe` to immediately exit so I don't find that convincing.
Diffstat (limited to 'compiler/rustc_data_structures/src')
0 files changed, 0 insertions, 0 deletions