rust/tests/run-make-fulldeps
jyn d52eb4f99a Don't require each rustc_interface tool to opt-in to parallel_rustc support
Previously, forgetting to call `interface::set_thread_safe_mode` would cause the following ICE:
```
thread 'rustc' panicked at 'uninitialized dyn_thread_safe mode!', /rustc/dfe0683138de0959b6ab6a039b54d9347f6a6355/compiler/rustc_data_structures/src/sync.rs:74:18
```

This calls `set_thread_safe_mode` in `interface::run_compiler` to avoid requiring it in the caller.

Fixes `tests/run-make-fulldeps/issue-19371` when parallel-compiler is enabled.
2023-07-11 22:55:23 -05:00
..
hotplug_codegen_backend Auto merge of #111626 - pjhades:output, r=b-naber 2023-06-09 09:45:40 +00:00
issue-19371 Don't require each rustc_interface tool to opt-in to parallel_rustc support 2023-07-11 22:55:23 -05:00
obtain-borrowck Provide more context for rustc +nightly -Zunstable-options on stable 2023-06-27 23:23:33 +08:00
pretty-expanded move tools.mk to run-make 2023-03-30 07:58:50 -05:00