Skip to content

Commit c7ff3cb

Browse files
committed
fix imports
1 parent a2beb5e commit c7ff3cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

compiler/rustc_middle/src/middle/codegen_fn_attrs.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
use rustc_abi::Align;
22
use rustc_attr_parsing::{InlineAttr, InstructionSetAttr, OptimizeAttr};
3-
use rustc_macros::{HashStable, TyDecodable, TyEncodable};
4-
use rustc_span::{Symbol, sym};
3+
use rustc_hir::def_id::LocalDefId;
4+
use rustc_macros::{Diagnostic, HashStable, TyDecodable, TyEncodable};
5+
use rustc_span::{Span, Symbol, sym};
56
use rustc_target::spec::SanitizerSet;
67

78
use crate::mir::mono::Linkage;

0 commit comments

Comments
 (0)