diff options
| author | Lokathor <zefria@gmail.com> | 2022-07-13 23:37:08 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-13 23:37:08 -0600 |
| commit | 6c22b44537005ffd0cfb8513c5ac09fe9906e13f (patch) | |
| tree | 90809d7014abbbcae653efa5d387d17cad2ecbe5 /compiler/rustc_target/src | |
| parent | 7be0b877f4b188e81e6310cdc4e585f427501239 (diff) | |
| download | rust-6c22b44537005ffd0cfb8513c5ac09fe9906e13f.tar.gz rust-6c22b44537005ffd0cfb8513c5ac09fe9906e13f.zip | |
add missing imports.
Diffstat (limited to 'compiler/rustc_target/src')
| -rw-r--r-- | compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs b/compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs index e4bede3efbd..705340ad8ea 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 { |
