Add a CurrentGcx
type to let the deadlock handler access TyCtxt
This commit is contained in:
parent
0dcc1309d0
commit
9936a399df
5 changed files with 88 additions and 16 deletions
|
@ -680,6 +680,7 @@ pub fn create_global_ctxt<'tcx>(
|
|||
incremental,
|
||||
),
|
||||
providers.hooks,
|
||||
compiler.current_gcx.clone(),
|
||||
)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue