Skip to content

Commit 812e62f

Browse files
committed
Make PlaceRef lifetimes of LocalAnalyzer::process_place be both 'tcx
1 parent 7859f0e commit 812e62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_codegen_ssa/mir/analyze.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ impl<Bx: BuilderMethods<'a, 'tcx>> LocalAnalyzer<'mir, 'a, 'tcx, Bx> {
9797

9898
fn process_place(
9999
&mut self,
100-
place_ref: &mir::PlaceRef<'_, 'tcx>,
100+
place_ref: &mir::PlaceRef<'tcx, 'tcx>,
101101
context: PlaceContext,
102102
location: Location,
103103
) {

0 commit comments

Comments
 (0)