Add missing backtick

This commit is contained in:
csmoe 2018-07-21 22:23:50 +08:00
parent 0c0315cfd9
commit 50720ba706

View file

@ -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`.