Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #12951 - belovdv:jobserver-preserver-fd, r=weihanglo
fix: preserve jobserver file descriptors on rustc invocation in `fix_exec_rustc` Similar to #12447 Command `cargo fix` invokes `cargo rustc`. It sends environment variable which points to closed file descriptors. This PR makes cargo compatible with rust-lang/rust#113730. It should be enough to have tests in rustc. It seems to be good to have more centralized way to pass jobserver.
- Loading branch information