We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be0b87 commit 6c22b44Copy full SHA for 6c22b44
compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs
@@ -16,7 +16,7 @@
16
//! The default link script is very likely wrong, so you should use
17
//! `-Clink-arg=-Tmy_script.ld` to override that with a correct linker script.
18
19
-use crate::spec::{cvs, LinkerFlavor, Target, TargetOptions};
+use crate::spec::{cvs, LinkerFlavor, Target, TargetOptions, PanicStrategy, RelocModel};
20
21
pub fn target() -> Target {
22
Target {
0 commit comments