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 6c22b44 commit 0e78c73Copy full SHA for 0e78c73
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, PanicStrategy, RelocModel};
+use crate::spec::{cvs, LinkerFlavor, PanicStrategy, RelocModel, Target, TargetOptions};
20
21
pub fn target() -> Target {
22
Target {
0 commit comments