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 64c85e5 commit 003b78cCopy full SHA for 003b78c
src/librustc_mir/dataflow/impls/borrows.rs
@@ -2,9 +2,9 @@ use borrow_check::borrow_set::{BorrowSet, BorrowData};
2
use borrow_check::place_ext::PlaceExt;
3
4
use rustc::mir::{self, Location, Place, Mir};
5
+use rustc::mir::PlaceBase;
6
use rustc::ty::TyCtxt;
7
use rustc::ty::RegionVid;
-use rustc::mir::PlaceBase;
8
9
use rustc_data_structures::bit_set::{BitSet, BitSetOperator};
10
use rustc_data_structures::fx::FxHashMap;
0 commit comments