Skip to content

Commit 3f2060a

Browse files
Edit comment
1 parent 391ebc1 commit 3f2060a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/fold.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pub trait TypeFoldable<'tcx>: fmt::Debug + Clone {
6565

6666
/// True if `self` has any late-bound regions that are either
6767
/// bound by `binder` or bound by some binder outside of `binder`.
68-
/// If `binder` is `ty::DebruijnIndex::INNERMOST`, this indicates whether
68+
/// If `binder` is `ty::INNERMOST`, this indicates whether
6969
/// there are any late-bound regions that appear free.
7070
fn has_regions_bound_at_or_above(&self, binder: ty::DebruijnIndex) -> bool {
7171
self.visit_with(&mut HasEscapingRegionsVisitor { outer_index: binder })

0 commit comments

Comments
 (0)