]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/asm-misplaced-option.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / asm-misplaced-option.rs
index 4f973cbbe2540afeddf90dfe34e10443b0860744..36896667281ddaf3d7e8506a55319d68165eb790 100644 (file)
@@ -11,9 +11,9 @@
 // ignore-fast #[feature] doesn't work with check-fast
 // ignore-android
 
-#[feature(asm)];
+#![feature(asm)]
 
-#[allow(dead_code)];
+#![allow(dead_code)]
 
 #[cfg(target_arch = "x86")]
 #[cfg(target_arch = "x86_64")]