We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe4dd2 commit b96a1a7Copy full SHA for b96a1a7
src/librustc_infer/infer/region_constraints/mod.rs
@@ -784,7 +784,7 @@ impl<'tcx> RegionConstraintCollector<'_, 'tcx> {
784
)
785
}
786
787
- /// See [`RegionInference::region_constraints_added_in_snapshot`].
+ /// See `InferCtxt::region_constraints_added_in_snapshot`.
788
pub fn region_constraints_added_in_snapshot(&self, mark: &Snapshot<'tcx>) -> Option<bool> {
789
self.undo_log
790
.region_constraints_in_snapshot(mark)
0 commit comments