@@ -136,8 +136,8 @@ use rustc_index::bit_set::BitSet;
136136use rustc_middle:: mir:: visit:: { MutVisitor , PlaceContext , Visitor } ;
137137use rustc_middle:: mir:: { dump_mir, PassWhere } ;
138138use 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 ,
141141} ;
142142use rustc_middle:: ty:: TyCtxt ;
143143use rustc_mir_dataflow:: impls:: MaybeLiveLocals ;
@@ -468,7 +468,7 @@ impl<'a, 'body, 'alloc, 'tcx> FilterInformation<'a, 'body, 'alloc, 'tcx> {
468468 // to reuse the allocation.
469469 write_info : write_info_alloc,
470470 // 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 ,
472472 } ;
473473 this. internal_filter_liveness ( ) ;
474474 }
0 commit comments