@@ -34,32 +34,11 @@ use rustc_error_codes::*;
3434use rustc_index:: vec:: { Idx , IndexVec } ;
3535use syntax_pos:: { DUMMY_SP , Span } ;
3636
37- use crate :: borrow_check:: borrow_set:: BorrowSet ;
38- use crate :: borrow_check:: location:: LocationTable ;
39- use crate :: borrow_check:: nll:: constraints:: { OutlivesConstraint , OutlivesConstraintSet } ;
40- use crate :: borrow_check:: nll:: facts:: AllFacts ;
41- use crate :: borrow_check:: nll:: member_constraints:: MemberConstraintSet ;
42- use crate :: borrow_check:: nll:: region_infer:: { ClosureRegionRequirementsExt , TypeTest } ;
43- use crate :: borrow_check:: nll:: region_infer:: values:: LivenessValues ;
44- use crate :: borrow_check:: nll:: region_infer:: values:: PlaceholderIndex ;
45- use crate :: borrow_check:: nll:: region_infer:: values:: PlaceholderIndices ;
46- use crate :: borrow_check:: nll:: region_infer:: values:: RegionValueElements ;
47- use crate :: borrow_check:: nll:: renumber;
48- use crate :: borrow_check:: nll:: ToRegionVid ;
49- use crate :: borrow_check:: nll:: type_check:: free_region_relations:: {
50- CreateResult , UniversalRegionRelations ,
51- } ;
52- use crate :: borrow_check:: nll:: universal_regions:: { DefiningTy , UniversalRegions } ;
5337use crate :: dataflow:: FlowAtLocation ;
5438use crate :: dataflow:: MaybeInitializedPlaces ;
5539use crate :: dataflow:: move_paths:: MoveData ;
5640use crate :: transform:: promote_consts:: should_suggest_const_in_array_repeat_expressions_attribute;
5741
58- use crate :: transform:: promote_consts:: should_suggest_const_in_array_repeat_expressions_attribute;
59- use crate :: dataflow:: move_paths:: MoveData ;
60- use crate :: dataflow:: FlowAtLocation ;
61- use crate :: dataflow:: MaybeInitializedPlaces ;
62-
6342use crate :: borrow_check:: {
6443 borrow_set:: BorrowSet ,
6544 location:: LocationTable ,
0 commit comments