We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1951a30 commit 2255786Copy full SHA for 2255786
src/librustc_mir/borrow_check/nll/type_check/mod.rs
@@ -108,6 +108,7 @@ pub(crate) fn type_check<'gcx, 'tcx>(
108
mir_def_id: DefId,
109
universal_regions: &UniversalRegions<'tcx>,
110
location_table: &LocationTable,
111
+ borrow_set: &BorrowSet<'tcx>,
112
liveness: &LivenessResults<LocalWithRegion>,
113
all_facts: &mut Option<AllFacts>,
114
flow_inits: &mut FlowAtLocation<MaybeInitializedPlaces<'_, 'gcx, 'tcx>>,
0 commit comments