File tree 1 file changed +7
-7
lines changed
compiler/rustc_middle/src/ty
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! {
1233
1233
/// particular, imagine a type like this:
1234
1234
///
1235
1235
/// 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
1243
1243
///
1244
1244
/// In this type, there are two binders (the outer fn and the inner
1245
1245
/// 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