add missing imports.

This commit is contained in:
Lokathor 2022-07-13 23:37:08 -06:00 committed by GitHub
parent 7be0b877f4
commit 6c22b44537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {