]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/asm-out-no-modifier.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / asm-out-no-modifier.rs
index 475052b637eab1d68c10a530a182b067deb2b2e6..01aa01e09ce6bbf41845d9efbb3e0fc3b281d479 100644 (file)
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 // ignore-fast #[feature] doesn't work with check-fast
-#[feature(asm)];
+#![feature(asm)]
 
 fn foo(x: int) { println!("{}", x); }