File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
compiler/rustc_middle/src/ty Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1233,13 +1233,13 @@ rustc_index::newtype_index! {
12331233 /// particular, imagine a type like this:
12341234 ///
12351235 /// for<'a> fn(for<'b> fn(&'b isize, &'a isize), &'a char)
1236- /// ^ ^ | | |
1237- /// | | | | |
1238- /// | +------------+ 0 | |
1239- /// | | |
1240- /// +--------------------------------+ 1 |
1241- /// | |
1242- /// +------------------------------------------+ 0
1236+ /// ^ ^ | | |
1237+ /// | | | | |
1238+ /// | +------------+ 0 | |
1239+ /// | | |
1240+ /// +---------------------------------- + 1 |
1241+ /// | |
1242+ /// +---------------------------------------------- + 0
12431243 ///
12441244 /// In this type, there are two binders (the outer fn and the inner
12451245 /// fn). We need to be able to determine, for any given region, which
You can’t perform that action at this time.
0 commit comments