@@ -34,32 +34,11 @@ use rustc_error_codes::*;
34
34
use rustc_index:: vec:: { Idx , IndexVec } ;
35
35
use syntax_pos:: { DUMMY_SP , Span } ;
36
36
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 } ;
53
37
use crate :: dataflow:: FlowAtLocation ;
54
38
use crate :: dataflow:: MaybeInitializedPlaces ;
55
39
use crate :: dataflow:: move_paths:: MoveData ;
56
40
use crate :: transform:: promote_consts:: should_suggest_const_in_array_repeat_expressions_attribute;
57
41
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
-
63
42
use crate :: borrow_check:: {
64
43
borrow_set:: BorrowSet ,
65
44
location:: LocationTable ,
0 commit comments