Skip to content

Commit 6c22b44

Browse files
authored
add missing imports.
1 parent 7be0b87 commit 6c22b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! The default link script is very likely wrong, so you should use
1717
//! `-Clink-arg=-Tmy_script.ld` to override that with a correct linker script.
1818
19-
use crate::spec::{cvs, LinkerFlavor, Target, TargetOptions};
19+
use crate::spec::{cvs, LinkerFlavor, Target, TargetOptions, PanicStrategy, RelocModel};
2020

2121
pub fn target() -> Target {
2222
Target {

0 commit comments

Comments
 (0)