File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/librustc_mir/borrow_check/nll/region_infer Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1010
1111use super :: universal_regions:: UniversalRegions ;
1212use borrow_check:: nll:: constraints:: graph:: NormalConstraintGraph ;
13- use borrow_check:: nll:: constraints:: {
14- ConstraintSccIndex , ConstraintSet , OutlivesConstraint ,
15- } ;
13+ use borrow_check:: nll:: constraints:: { ConstraintSccIndex , ConstraintSet , OutlivesConstraint } ;
1614use borrow_check:: nll:: region_infer:: values:: { RegionElement , ToElementIndex } ;
1715use borrow_check:: nll:: type_check:: free_region_relations:: UniversalRegionRelations ;
1816use borrow_check:: nll:: type_check:: Locations ;
@@ -29,7 +27,7 @@ use rustc::util::common;
2927use rustc_data_structures:: bit_set:: BitSet ;
3028use rustc_data_structures:: graph:: scc:: Sccs ;
3129use rustc_data_structures:: indexed_vec:: IndexVec ;
32- use rustc_errors:: { DiagnosticBuilder , Diagnostic } ;
30+ use rustc_errors:: { Diagnostic , DiagnosticBuilder } ;
3331
3432use std:: rc:: Rc ;
3533
You can’t perform that action at this time.
0 commit comments