We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a819f42 + b96a1a7 commit ee0c7d4Copy full SHA for ee0c7d4
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