]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_target/spec/aarch64_apple_ios.rs
Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton
[rust.git] / src / librustc_target / spec / aarch64_apple_ios.rs
index 8bdc08c788d01a1e0c04aa8f00b6296e09428a1f..6549be41ea944875f2bec5c4cf2dceec5ba99555 100644 (file)
@@ -1,5 +1,5 @@
-use crate::spec::{LinkerFlavor, Target, TargetOptions, TargetResult};
 use super::apple_ios_base::{opts, Arch};
+use crate::spec::{LinkerFlavor, Target, TargetOptions, TargetResult};
 
 pub fn target() -> TargetResult {
     let base = opts(Arch::Arm64)?;
@@ -19,7 +19,7 @@ pub fn target() -> TargetResult {
             eliminate_frame_pointer: false,
             max_atomic_width: Some(128),
             abi_blacklist: super::arm_base::abi_blacklist(),
-            .. base
+            ..base
         },
     })
 }