diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2020-05-14 00:08:00 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2020-05-14 00:08:00 +0200 |
| commit | b96a1a759528f3d43c54b4a18094ff6331d0d5fc (patch) | |
| tree | 41b5fb0df0fd33d10caed476030c9b0480aed646 /src | |
| parent | 3fe4dd2dda2826643c4ce4ee7307707a90e08d25 (diff) | |
| download | rust-b96a1a759528f3d43c54b4a18094ff6331d0d5fc.tar.gz rust-b96a1a759528f3d43c54b4a18094ff6331d0d5fc.zip | |
remove broken link
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_infer/infer/region_constraints/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_infer/infer/region_constraints/mod.rs b/src/librustc_infer/infer/region_constraints/mod.rs index 0c9f002a2a2..3983e557179 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<bool> { self.undo_log .region_constraints_in_snapshot(mark) |
