diff options
| author | bors <bors@rust-lang.org> | 2023-12-03 16:28:22 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-12-03 16:28:22 +0000 |
| commit | db07cccb1e6b448eb1fec576096b587680e4ff69 (patch) | |
| tree | 9e8ce5f2d1a586120a74c56d5e211c987bac4502 /compiler/rustc_codegen_ssa | |
| parent | 21d88b32cb5ff05b7a43c99e7c508bbbc65e036d (diff) | |
| parent | 45e634234690a7d061e133b8cf9d31af34b29a0b (diff) | |
Auto merge of #113730 - belovdv:jobserver-init-check, r=petrochenkov
Report errors in jobserver inherited through environment variables This pr attempts to catch situations, when jobserver exists, but is not being inherited. r? `@petrochenkov`
Diffstat (limited to 'compiler/rustc_codegen_ssa')
| -rw-r--r-- | compiler/rustc_codegen_ssa/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml index 0ca19e5fe4a..3f2ed257d08 100644 --- a/compiler/rustc_codegen_ssa/Cargo.toml +++ b/compiler/rustc_codegen_ssa/Cargo.toml @@ -9,7 +9,7 @@ ar_archive_writer = "0.1.5" bitflags = "1.2.1" cc = "1.0.69" itertools = "0.11" -jobserver = "0.1.22" +jobserver = "0.1.27" pathdiff = "0.2.0" regex = "1.4" rustc_arena = { path = "../rustc_arena" } |
