]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_target/spec/thumbv8m_base_none_eabi.rs
Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton
[rust.git] / src / librustc_target / spec / thumbv8m_base_none_eabi.rs
index 0b4750093cc2cd391a05e0d18abe36ce9e19b6b5..3f67c67b7bcc15468f6ff8a4292d8e0f5166e28e 100644 (file)
@@ -20,7 +20,7 @@ pub fn target() -> TargetResult {
             // with +strict-align.
             features: "+strict-align".to_string(),
             max_atomic_width: Some(32),
-            .. super::thumb_base::opts()
+            ..super::thumb_base::opts()
         },
     })
 }