interpret: get rid of 'mir lifetime everywhere
This commit is contained in:
parent
36d36a3e1f
commit
e8379c9598
87 changed files with 671 additions and 760 deletions
|
@ -155,7 +155,7 @@ struct ThreadingOpportunity {
|
|||
struct TOFinder<'tcx, 'a> {
|
||||
tcx: TyCtxt<'tcx>,
|
||||
param_env: ty::ParamEnv<'tcx>,
|
||||
ecx: InterpCx<'tcx, 'tcx, DummyMachine>,
|
||||
ecx: InterpCx<'tcx, DummyMachine>,
|
||||
body: &'a Body<'tcx>,
|
||||
map: &'a Map,
|
||||
loop_headers: &'a BitSet<BasicBlock>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue