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 9cf5b2d commit 2eac6f3Copy full SHA for 2eac6f3
1 file changed
compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs
@@ -16,7 +16,9 @@
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, FramePointer, PanicStrategy, RelocModel, Target, TargetOptions};
+use crate::spec::{
20
+ cvs, FramePointer, LinkerFlavor, PanicStrategy, RelocModel, Target, TargetOptions,
21
+};
22
23
pub fn target() -> Target {
24
Target {
0 commit comments