We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Session::span_diagnostic
Session::dcx
1 parent b44315c commit b60e208Copy full SHA for b60e208
src/driver/aot.rs
@@ -422,7 +422,7 @@ pub(crate) fn run_aot(
422
backend_config.clone(),
423
global_asm_config.clone(),
424
cgu.name(),
425
- concurrency_limiter.acquire(tcx.sess.diagnostic()),
+ concurrency_limiter.acquire(tcx.sess.dcx()),
426
),
427
module_codegen,
428
Some(rustc_middle::dep_graph::hash_result),
0 commit comments