about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/common.rs
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2025-02-19 05:39:15 +0000
committerGitHub <noreply@github.com>2025-02-19 05:39:15 +0000
commite2ba35a451de25fdad24333040ee3dfca114614b (patch)
tree175f3b6562847b432bc2f26c5a661ff97206c2fa /compiler/rustc_codegen_llvm/src/common.rs
parent821c33fe073c3e230baa207e88b973f9b4d96072 (diff)
parent2e71770009871a3a8b4ec2974c4918c09445666b (diff)
downloadrust-e2ba35a451de25fdad24333040ee3dfca114614b.tar.gz
rust-e2ba35a451de25fdad24333040ee3dfca114614b.zip
Merge pull request #4197 from rust-lang/rustup-2025-02-19
Automatic Rustup
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/common.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/common.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/common.rs b/compiler/rustc_codegen_llvm/src/common.rs
index 78b3a7f8541..f17d98fa242 100644
--- a/compiler/rustc_codegen_llvm/src/common.rs
+++ b/compiler/rustc_codegen_llvm/src/common.rs
@@ -7,7 +7,8 @@ use rustc_abi::{AddressSpace, HasDataLayout};
 use rustc_ast::Mutability;
 use rustc_codegen_ssa::common::TypeKind;
 use rustc_codegen_ssa::traits::*;
-use rustc_data_structures::stable_hasher::{Hash128, HashStable, StableHasher};
+use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
+use rustc_hashes::Hash128;
 use rustc_hir::def_id::DefId;
 use rustc_middle::bug;
 use rustc_middle::mir::interpret::{ConstAllocation, GlobalAlloc, Scalar};