We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f577b0e commit 2ea1833Copy full SHA for 2ea1833
src/librustc/session/mod.rs
@@ -3,11 +3,11 @@ use self::code_stats::CodeStats;
3
4
use crate::dep_graph::cgu_reuse_tracker::CguReuseTracker;
5
use rustc_data_structures::fingerprint::Fingerprint;
6
+use rustc_data_structures::fx::{FxHashMap, FxHashSet};
7
8
use crate::lint;
9
use crate::session::config::{OutputType, PrintRequest, Sanitizer, SwitchWithOptPath};
10
use crate::session::search_paths::{PathKind, SearchPath};
-use crate::util::nodemap::{FxHashMap, FxHashSet};
11
use crate::util::common::{duration_to_secs_str, ErrorReported};
12
13
use rustc_data_structures::base_n;
0 commit comments