about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src/pointer.rs
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-11-09 13:48:06 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-11-09 13:48:06 +0000
commitc94f759f10cbd7c535b6ffd7d74bc868d14b1a9a (patch)
treeaccc7f72d6d3006256b231444e07d91edc218539 /compiler/rustc_codegen_cranelift/src/pointer.rs
parent4b198d6871e4a3826f01f7d6111b1c3484853cd8 (diff)
parent1fa693ca4462fc1f790693464cf765ad693616af (diff)
downloadrust-c94f759f10cbd7c535b6ffd7d74bc868d14b1a9a.tar.gz
rust-c94f759f10cbd7c535b6ffd7d74bc868d14b1a9a.zip
Merge commit '1fa693ca4462fc1f790693464cf765ad693616af' into sync_cg_clif-2024-11-09
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src/pointer.rs')
-rw-r--r--compiler/rustc_codegen_cranelift/src/pointer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/pointer.rs b/compiler/rustc_codegen_cranelift/src/pointer.rs
index 11ac6b94678..2750caa216e 100644
--- a/compiler/rustc_codegen_cranelift/src/pointer.rs
+++ b/compiler/rustc_codegen_cranelift/src/pointer.rs
@@ -2,7 +2,7 @@
 //! operations.
 
 use cranelift_codegen::ir::immediates::Offset32;
-use rustc_target::abi::Align;
+use rustc_abi::Align;
 
 use crate::prelude::*;