mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Sorted a FxIndexSet for consistent iteration order
This commit is contained in:
parent
1be19f710c
commit
cf7dea5716
@ -658,6 +658,7 @@ pub fn garbage_collect_session_directories(sess: &Session) -> io::Result<()> {
|
||||
// This is something we don't know, leave it alone
|
||||
}
|
||||
}
|
||||
session_directories.sort();
|
||||
|
||||
// Now map from lock files to session directories
|
||||
let lock_file_to_session_dir: UnordMap<String, Option<String>> =
|
||||
|
Loading…
Reference in New Issue
Block a user