We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b312701 + 50720ba commit c5b309bCopy full SHA for c5b309b
src/librustc_mir/borrow_check/nll/universal_regions.rs
@@ -57,7 +57,7 @@ pub struct UniversalRegions<'tcx> {
57
/// externals, then locals. So things from:
58
/// - `FIRST_GLOBAL_INDEX..first_extern_index` are global;
59
/// - `first_extern_index..first_local_index` are external; and
60
- /// - first_local_index..num_universals` are local.
+ /// - `first_local_index..num_universals` are local.
61
first_extern_index: usize,
62
63
/// See `first_extern_index`.
0 commit comments