introduce DynSend and DynSync auto trait

This commit is contained in:
SparrowLii 2023-03-03 10:14:57 +08:00
parent 963e5c0eff
commit b9746ce039
26 changed files with 558 additions and 115 deletions

View file

@ -730,6 +730,9 @@ fn main_args(at_args: &[String]) -> MainResult {
}
};
// Set parallel mode early as the error handler will already create locks.
interface::set_parallel_mode(&options.unstable_opts);
let diag = core::new_handler(
options.error_format,
None,