@@ -8,23 +8,19 @@ use crate::search_paths::SearchPath;
8
8
use crate :: utils:: { CanonicalizedPath , NativeLib , NativeLibKind } ;
9
9
use crate :: { lint, HashStableContext } ;
10
10
use crate :: { EarlyErrorHandler , Session } ;
11
-
12
11
use rustc_data_structures:: fx:: { FxHashMap , FxHashSet , FxIndexSet } ;
13
12
use rustc_data_structures:: stable_hasher:: { StableOrd , ToStableHashKey } ;
14
- use rustc_target:: abi:: Align ;
15
- use rustc_target:: spec:: LinkSelfContainedComponents ;
16
- use rustc_target:: spec:: { PanicStrategy , RelocModel , SanitizerSet , SplitDebuginfo } ;
17
- use rustc_target:: spec:: { Target , TargetTriple , TargetWarnings , TARGETS } ;
18
-
13
+ use rustc_errors:: emitter:: HumanReadableErrorType ;
14
+ use rustc_errors:: { ColorConfig , DiagnosticArgValue , HandlerFlags , IntoDiagnosticArg } ;
19
15
use rustc_feature:: UnstableFeatures ;
20
16
use rustc_span:: edition:: { Edition , DEFAULT_EDITION , EDITION_NAME_LIST , LATEST_STABLE_EDITION } ;
21
17
use rustc_span:: source_map:: FilePathMapping ;
22
18
use rustc_span:: symbol:: { sym, Symbol } ;
23
19
use rustc_span:: { FileName , FileNameDisplayPreference , RealFileName , SourceFileHashAlgorithm } ;
24
-
25
- use rustc_errors :: emitter :: HumanReadableErrorType ;
26
- use rustc_errors :: { ColorConfig , DiagnosticArgValue , HandlerFlags , IntoDiagnosticArg } ;
27
-
20
+ use rustc_target :: abi :: Align ;
21
+ use rustc_target :: spec :: LinkSelfContainedComponents ;
22
+ use rustc_target :: spec :: { PanicStrategy , RelocModel , SanitizerSet , SplitDebuginfo } ;
23
+ use rustc_target :: spec :: { Target , TargetTriple , TargetWarnings , TARGETS } ;
28
24
use std:: collections:: btree_map:: {
29
25
Iter as BTreeMapIter , Keys as BTreeMapKeysIter , Values as BTreeMapValuesIter ,
30
26
} ;
0 commit comments