From 6c22b44537005ffd0cfb8513c5ac09fe9906e13f Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 13 Jul 2022 23:37:08 -0600 Subject: [PATCH] add missing imports. --- compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs b/compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs index e4bede3efbd8..705340ad8ea0 100644 --- a/compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs +++ b/compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs @@ -16,7 +16,7 @@ //! The default link script is very likely wrong, so you should use //! `-Clink-arg=-Tmy_script.ld` to override that with a correct linker script. -use crate::spec::{cvs, LinkerFlavor, Target, TargetOptions}; +use crate::spec::{cvs, LinkerFlavor, Target, TargetOptions, PanicStrategy, RelocModel}; pub fn target() -> Target { Target {