@@ -8,23 +8,19 @@ use crate::search_paths::SearchPath;
88use crate :: utils:: { CanonicalizedPath , NativeLib , NativeLibKind } ;
99use crate :: { lint, HashStableContext } ;
1010use crate :: { EarlyErrorHandler , Session } ;
11-
1211use rustc_data_structures:: fx:: { FxHashMap , FxHashSet , FxIndexSet } ;
1312use 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 } ;
1915use rustc_feature:: UnstableFeatures ;
2016use rustc_span:: edition:: { Edition , DEFAULT_EDITION , EDITION_NAME_LIST , LATEST_STABLE_EDITION } ;
2117use rustc_span:: source_map:: FilePathMapping ;
2218use rustc_span:: symbol:: { sym, Symbol } ;
2319use 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 } ;
2824use std:: collections:: btree_map:: {
2925 Iter as BTreeMapIter , Keys as BTreeMapKeysIter , Values as BTreeMapValuesIter ,
3026} ;
0 commit comments