]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_target/spec/thumbv7em_none_eabihf.rs
Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton
[rust.git] / src / librustc_target / spec / thumbv7em_none_eabihf.rs
index c510be519c0a8a4c931774875e046f18cb44688e..95b9b9d5b566e9c1e01ea36e6d663877e3180ab3 100644 (file)
@@ -35,7 +35,7 @@ pub fn target() -> TargetResult {
             // ARMv7-M Architecture Reference Manual - A2.5 The optional floating-point extension
             features: "+vfp4,-d32,-fp64".to_string(),
             max_atomic_width: Some(32),
-            .. super::thumb_base::opts()
-        }
+            ..super::thumb_base::opts()
+        },
     })
 }