diff options
| author | Tshepang Mbambo <hopsi@tuta.io> | 2025-06-02 11:47:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-02 11:47:49 +0200 |
| commit | 1e77768dd6253d06d82572340b7ef89445efc0ce (patch) | |
| tree | 349476c432acea032b4670019e4683aca59a98e0 /compiler/rustc_codegen_llvm/src/attributes.rs | |
| parent | df2d8f12711bb0d13e9d4cc56c3549ef866b652a (diff) | |
| parent | 530d4b3f050d427358c7c51dc472d5162a530011 (diff) | |
| download | rust-1e77768dd6253d06d82572340b7ef89445efc0ce.tar.gz rust-1e77768dd6253d06d82572340b7ef89445efc0ce.zip | |
Merge pull request #2437 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.rs | 2 |
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 176fb72dfdc..443c2eace55 100644 --- a/compiler/rustc_codegen_llvm/src/attributes.rs +++ b/compiler/rustc_codegen_llvm/src/attributes.rs @@ -1,5 +1,5 @@ //! Set and unset common attributes on LLVM values. -use rustc_attr_parsing::{InlineAttr, InstructionSetAttr, OptimizeAttr}; +use rustc_attr_data_structures::{InlineAttr, InstructionSetAttr, OptimizeAttr}; use rustc_codegen_ssa::traits::*; use rustc_hir::def_id::DefId; use rustc_middle::middle::codegen_fn_attrs::{CodegenFnAttrFlags, PatchableFunctionEntry}; |
