]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_mir/const_eval/mod.rs
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / librustc_mir / const_eval / mod.rs
index cb6583976258bd4da1f435b1a864993893efdd45..605091d6c7d415b88fc8b3c602c1f96528a75b91 100644 (file)
@@ -43,7 +43,7 @@ pub(crate) fn const_field<'tcx>(
     op_to_const(&ecx, field)
 }
 
-pub(crate) fn const_caller_location<'tcx>(
+pub(crate) fn const_caller_location(
     tcx: TyCtxt<'tcx>,
     (file, line, col): (Symbol, u32, u32),
 ) -> ConstValue<'tcx> {