]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/asm/aarch64.rs
New upstream version 1.64.0+dfsg1
[rustc.git] / compiler / rustc_target / src / asm / aarch64.rs
index 25842049413bd6a6a9f746afd5e715710bff092c..62a0f9fb03470129e369ec2830e2690c0369268e 100644 (file)
@@ -1,6 +1,6 @@
 use super::{InlineAsmArch, InlineAsmType};
 use crate::spec::{RelocModel, Target};
-use rustc_data_structures::stable_set::FxHashSet;
+use rustc_data_structures::fx::FxHashSet;
 use rustc_macros::HashStable_Generic;
 use rustc_span::Symbol;
 use std::fmt;