Skip to content

Commit 003b78c

Browse files
csmoespastorino
authored andcommitted
introduce neoplace in dataflow/impls
1 parent 64c85e5 commit 003b78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/dataflow/impls/borrows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ use borrow_check::borrow_set::{BorrowSet, BorrowData};
22
use borrow_check::place_ext::PlaceExt;
33

44
use rustc::mir::{self, Location, Place, Mir};
5+
use rustc::mir::PlaceBase;
56
use rustc::ty::TyCtxt;
67
use rustc::ty::RegionVid;
7-
use rustc::mir::PlaceBase;
88

99
use rustc_data_structures::bit_set::{BitSet, BitSetOperator};
1010
use rustc_data_structures::fx::FxHashMap;

0 commit comments

Comments
 (0)