1
Fork 0

Add a CurrentGcx type to let the deadlock handler access TyCtxt

This commit is contained in:
John Kåre Alsaker 2023-08-25 17:26:24 +02:00
parent 0dcc1309d0
commit 9936a399df
5 changed files with 88 additions and 16 deletions

View file

@ -680,6 +680,7 @@ pub fn create_global_ctxt<'tcx>(
incremental,
),
providers.hooks,
compiler.current_gcx.clone(),
)
})
})