minor fix
This commit is contained in:
parent
3c4612a720
commit
d9511a1558
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ pub struct ErrorReportingCtx<'a, 'b, 'tcx> {
|
|||
pub(super) body: &'b Body<'tcx>,
|
||||
|
||||
/// User variable names for MIR locals (where applicable).
|
||||
local_names: &'b IndexVec<Local, Option<Symbol>>,
|
||||
pub(super) local_names: &'b IndexVec<Local, Option<Symbol>>,
|
||||
|
||||
/// Any upvars for the MIR body we have kept track of during borrow checking.
|
||||
pub(super) upvars: &'b [Upvar],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue