Skip to content

Commit b96a1a7

Browse files
committed
remove broken link
1 parent 3fe4dd2 commit b96a1a7

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_infer/infer/region_constraints

1 file changed

+1
-1
lines changed

src/librustc_infer/infer/region_constraints/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ impl<'tcx> RegionConstraintCollector<'_, 'tcx> {
784784
)
785785
}
786786

787-
/// See [`RegionInference::region_constraints_added_in_snapshot`].
787+
/// See `InferCtxt::region_constraints_added_in_snapshot`.
788788
pub fn region_constraints_added_in_snapshot(&self, mark: &Snapshot<'tcx>) -> Option<bool> {
789789
self.undo_log
790790
.region_constraints_in_snapshot(mark)

0 commit comments

Comments
 (0)