We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DebruijnIndex
1 parent 3f2088a commit 6a1f92bCopy full SHA for 6a1f92b
compiler/rustc_type_ir/src/lib.rs
@@ -119,7 +119,7 @@ rustc_index::newtype_index! {
119
/// Bruijn index of 0, meaning "the innermost binder" (in this case, a
120
/// fn). The region `'a` that appears in the second argument type (`&'a
121
/// isize`) would then be assigned a De Bruijn index of 1, meaning "the
122
- /// second-innermost binder". (These indices are written on the arrays
+ /// second-innermost binder". (These indices are written on the arrows
123
/// in the diagram).
124
///
125
/// What is interesting is that De Bruijn index attached to a particular
0 commit comments