We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d93bd commit bc9582aCopy full SHA for bc9582a
src/librustc_mir/borrow_check/nll.rs
@@ -22,15 +22,14 @@ use polonius_engine::{Algorithm, Output};
22
23
use crate::util as mir_util;
24
use crate::util::pretty;
25
-use crate::dataflow::indexes::BorrowIndex;
26
-use crate::dataflow::move_paths::{InitLocation, MoveData, MovePathIndex, InitKind};
+use crate::dataflow::move_paths::{InitLocation, MoveData, InitKind};
27
use crate::dataflow::FlowAtLocation;
28
use crate::dataflow::MaybeInitializedPlaces;
29
use crate::transform::MirSource;
30
31
use crate::borrow_check::{
32
borrow_set::BorrowSet,
33
- location::{LocationIndex, LocationTable},
+ location::LocationTable,
34
facts::{AllFacts, AllFactsExt, RustcFacts},
35
region_infer::{RegionInferenceContext, values::RegionValueElements},
36
universal_regions::UniversalRegions,
0 commit comments