From b96a1a759528f3d43c54b4a18094ff6331d0d5fc Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Thu, 14 May 2020 00:08:00 +0200 Subject: [PATCH] remove broken link --- src/librustc_infer/infer/region_constraints/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_infer/infer/region_constraints/mod.rs b/src/librustc_infer/infer/region_constraints/mod.rs index 0c9f002a2a21d..3983e55717947 100644 --- a/src/librustc_infer/infer/region_constraints/mod.rs +++ b/src/librustc_infer/infer/region_constraints/mod.rs @@ -784,7 +784,7 @@ impl<'tcx> RegionConstraintCollector<'_, 'tcx> { ) } - /// See [`RegionInference::region_constraints_added_in_snapshot`]. + /// See `InferCtxt::region_constraints_added_in_snapshot`. pub fn region_constraints_added_in_snapshot(&self, mark: &Snapshot<'tcx>) -> Option { self.undo_log .region_constraints_in_snapshot(mark)