We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2beb5e commit c7ff3cbCopy full SHA for c7ff3cb
compiler/rustc_middle/src/middle/codegen_fn_attrs.rs
@@ -1,7 +1,8 @@
1
use rustc_abi::Align;
2
use rustc_attr_parsing::{InlineAttr, InstructionSetAttr, OptimizeAttr};
3
-use rustc_macros::{HashStable, TyDecodable, TyEncodable};
4
-use rustc_span::{Symbol, sym};
+use rustc_hir::def_id::LocalDefId;
+use rustc_macros::{Diagnostic, HashStable, TyDecodable, TyEncodable};
5
+use rustc_span::{Span, Symbol, sym};
6
use rustc_target::spec::SanitizerSet;
7
8
use crate::mir::mono::Linkage;
0 commit comments