]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_ssa/mir/analyze.rs
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / librustc_codegen_ssa / mir / analyze.rs
index b8a7d7df487b32cea6b9ccedb19e71c749a40730..04680a1751734de8e296a1acb51f05b252f6517f 100644 (file)
@@ -97,7 +97,7 @@ fn assign(&mut self, local: mir::Local, location: Location) {
 
     fn process_place(
         &mut self,
-        place_ref: &mir::PlaceRef<'_, 'tcx>,
+        place_ref: &mir::PlaceRef<'tcx>,
         context: PlaceContext,
         location: Location,
     ) {