We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50232ff commit 58a8dacCopy full SHA for 58a8dac
compiler/rustc_session/src/session.rs
@@ -1469,10 +1469,7 @@ pub fn build_session(
1469
let asm_arch =
1470
if target_cfg.allow_asm { InlineAsmArch::from_str(&target_cfg.arch).ok() } else { None };
1471
1472
- // Check jobserver before getting `jobserver::client`.
1473
- jobserver::check(|err| {
1474
- handler.early_warn_with_note(err, "the build environment is likely misconfigured")
1475
- });
+ // need Check jobserver before getting `jobserver::client`. which called in run_compiler
1476
1477
let sess = Session {
1478
target: target_cfg,
0 commit comments