Skip to content

Commit 2255786

Browse files
committed
left out one field during merge
1 parent 1951a30 commit 2255786

File tree

1 file changed

+1
-0
lines changed
  • src/librustc_mir/borrow_check/nll/type_check

1 file changed

+1
-0
lines changed

src/librustc_mir/borrow_check/nll/type_check/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ pub(crate) fn type_check<'gcx, 'tcx>(
108108
mir_def_id: DefId,
109109
universal_regions: &UniversalRegions<'tcx>,
110110
location_table: &LocationTable,
111+
borrow_set: &BorrowSet<'tcx>,
111112
liveness: &LivenessResults<LocalWithRegion>,
112113
all_facts: &mut Option<AllFacts>,
113114
flow_inits: &mut FlowAtLocation<MaybeInitializedPlaces<'_, 'gcx, 'tcx>>,

0 commit comments

Comments
 (0)