about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/attributes.rs
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@users.noreply.github.com>2025-08-11 06:58:04 +0000
committerGitHub <noreply@github.com>2025-08-11 06:58:04 +0000
commit6bb9af0eeb944611c3c87adca77afe86eda193d0 (patch)
tree346a19d4687bd378070c21e87c4001aa6737c017 /compiler/rustc_codegen_llvm/src/attributes.rs
parentbd46f7b6aefa7fcd1bb6d7e278bbc8d6b94cf3f4 (diff)
parent0585bdff8b6a6e239858f8153ab48f4053afe798 (diff)
downloadrust-6bb9af0eeb944611c3c87adca77afe86eda193d0.tar.gz
rust-6bb9af0eeb944611c3c87adca77afe86eda193d0.zip
Merge pull request #20424 from rust-lang/rustc-pull
Rustc pull update
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/attributes.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/attributes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/attributes.rs b/compiler/rustc_codegen_llvm/src/attributes.rs
index c32f11b27f3..c548f467583 100644
--- a/compiler/rustc_codegen_llvm/src/attributes.rs
+++ b/compiler/rustc_codegen_llvm/src/attributes.rs
@@ -1,6 +1,6 @@
 //! Set and unset common attributes on LLVM values.
-use rustc_attr_data_structures::{InlineAttr, InstructionSetAttr, OptimizeAttr};
 use rustc_codegen_ssa::traits::*;
+use rustc_hir::attrs::{InlineAttr, InstructionSetAttr, OptimizeAttr};
 use rustc_hir::def_id::DefId;
 use rustc_middle::middle::codegen_fn_attrs::{CodegenFnAttrFlags, PatchableFunctionEntry};
 use rustc_middle::ty::{self, TyCtxt};