Skip to content

Commit 50720ba

Browse files
committed
Add missing backtick
1 parent 0c0315c commit 50720ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/borrow_check/nll/universal_regions.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pub struct UniversalRegions<'tcx> {
5757
/// externals, then locals. So things from:
5858
/// - `FIRST_GLOBAL_INDEX..first_extern_index` are global;
5959
/// - `first_extern_index..first_local_index` are external; and
60-
/// - first_local_index..num_universals` are local.
60+
/// - `first_local_index..num_universals` are local.
6161
first_extern_index: usize,
6262

6363
/// See `first_extern_index`.

0 commit comments

Comments
 (0)