Skip to content

Commit

Permalink
Rollup merge of #72125 - tshepang:broken-link, r=nikomatsakis
Browse files Browse the repository at this point in the history
remove broken link

Not sure why this is broken @Marwes
  • Loading branch information
RalfJung committed May 22, 2020
2 parents a819f42 + b96a1a7 commit ee0c7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_infer/infer/region_constraints/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ee0c7d4

Please sign in to comment.