introduce DynSend and DynSync auto trait
This commit is contained in:
parent
963e5c0eff
commit
b9746ce039
26 changed files with 558 additions and 115 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue