We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391ebc1 commit 3f2060aCopy full SHA for 3f2060a
src/librustc/ty/fold.rs
@@ -65,7 +65,7 @@ pub trait TypeFoldable<'tcx>: fmt::Debug + Clone {
65
66
/// True if `self` has any late-bound regions that are either
67
/// bound by `binder` or bound by some binder outside of `binder`.
68
- /// If `binder` is `ty::DebruijnIndex::INNERMOST`, this indicates whether
+ /// If `binder` is `ty::INNERMOST`, this indicates whether
69
/// there are any late-bound regions that appear free.
70
fn has_regions_bound_at_or_above(&self, binder: ty::DebruijnIndex) -> bool {
71
self.visit_with(&mut HasEscapingRegionsVisitor { outer_index: binder })
0 commit comments