We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0315c commit 50720baCopy full SHA for 50720ba
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