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.
2 parents 7c830ec + c3d7917 commit ee2012cCopy full SHA for ee2012c
src/librustc_mir/borrow_check/flows.rs
@@ -23,7 +23,6 @@ use std::rc::Rc;
23
24
crate type PoloniusOutput = Output<RegionVid, BorrowIndex, LocationIndex, Local, MovePathIndex>;
25
26
-// (forced to be `pub` due to its use as an associated type below.)
27
crate struct Flows<'b, 'tcx> {
28
borrows: FlowAtLocation<'tcx, Borrows<'b, 'tcx>>,
29
pub uninits: FlowAtLocation<'tcx, MaybeUninitializedPlaces<'b, 'tcx>>,
0 commit comments