Rollup merge of #52587 - csmoe:doc, r=kennytm
Add missing backtick in UniversalRegions doc comment r? @QuietMisdreavus
This commit is contained in:
commit
aea141e72c
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue