Skip to content

Commit

Permalink
Rollup merge of rust-lang#64677 - tshepang:outdated, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
remove outdated comment
  • Loading branch information
Centril committed Sep 22, 2019
2 parents 7c830ec + c3d7917 commit ee2012c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_mir/borrow_check/flows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ use std::rc::Rc;

crate type PoloniusOutput = Output<RegionVid, BorrowIndex, LocationIndex, Local, MovePathIndex>;

// (forced to be `pub` due to its use as an associated type below.)
crate struct Flows<'b, 'tcx> {
borrows: FlowAtLocation<'tcx, Borrows<'b, 'tcx>>,
pub uninits: FlowAtLocation<'tcx, MaybeUninitializedPlaces<'b, 'tcx>>,
Expand Down

0 comments on commit ee2012c

Please sign in to comment.