@@ -136,8 +136,8 @@ use rustc_index::bit_set::BitSet;
136
136
use rustc_middle:: mir:: visit:: { MutVisitor , PlaceContext , Visitor } ;
137
137
use rustc_middle:: mir:: { dump_mir, PassWhere } ;
138
138
use rustc_middle:: mir:: {
139
- traversal, BasicBlock , Body , InlineAsmOperand , Local , LocalKind , Location , Operand , Place ,
140
- Rvalue , Statement , StatementKind , TerminatorKind ,
139
+ traversal, Body , InlineAsmOperand , Local , LocalKind , Location , Operand , Place , Rvalue ,
140
+ Statement , StatementKind , TerminatorKind ,
141
141
} ;
142
142
use rustc_middle:: ty:: TyCtxt ;
143
143
use rustc_mir_dataflow:: impls:: MaybeLiveLocals ;
@@ -468,7 +468,7 @@ impl<'a, 'body, 'alloc, 'tcx> FilterInformation<'a, 'body, 'alloc, 'tcx> {
468
468
// to reuse the allocation.
469
469
write_info : write_info_alloc,
470
470
// Doesn't matter what we put here, will be overwritten before being used
471
- at : Location { block : BasicBlock :: from_u32 ( 0 ) , statement_index : 0 } ,
471
+ at : Location :: START ,
472
472
} ;
473
473
this. internal_filter_liveness ( ) ;
474
474
}
0 commit comments