Skip to content

Commit ee0c7d4

Browse files
authored
Rollup merge of #72125 - tshepang:broken-link, r=nikomatsakis
remove broken link Not sure why this is broken @Marwes
2 parents a819f42 + b96a1a7 commit ee0c7d4

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)