Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-i-m committed Dec 4, 2019
1 parent 3c4612a commit d9511a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/borrow_check/diagnostics/region_errors.rs
Expand Up @@ -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],
Expand Down

0 comments on commit d9511a1

Please sign in to comment.