diff options
| author | csmoe <35686186+csmoe@users.noreply.github.com> | 2018-07-21 22:23:50 +0800 |
|---|---|---|
| committer | csmoe <35686186+csmoe@users.noreply.github.com> | 2018-07-21 22:23:50 +0800 |
| commit | 50720ba7066345a2c5d576c9ae8d0cfc9d1cfb50 (patch) | |
| tree | 6354caebc518104800f8b2c7eddc32403e2dd62b | |
| parent | 0c0315cfd9750db7793b83bc59dfd353c5dd1624 (diff) | |
Add missing backtick
| -rw-r--r-- | src/librustc_mir/borrow_check/nll/universal_regions.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_mir/borrow_check/nll/universal_regions.rs b/src/librustc_mir/borrow_check/nll/universal_regions.rs index 8590e3d0765..e0aacdb05ce 100644 --- a/src/librustc_mir/borrow_check/nll/universal_regions.rs +++ b/src/librustc_mir/borrow_check/nll/universal_regions.rs @@ -57,7 +57,7 @@ pub struct UniversalRegions<'tcx> { /// externals, then locals. So things from: /// - `FIRST_GLOBAL_INDEX..first_extern_index` are global; /// - `first_extern_index..first_local_index` are external; and - /// - first_local_index..num_universals` are local. + /// - `first_local_index..num_universals` are local. first_extern_index: usize, /// See `first_extern_index`. |
