]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/hygienic-label-2.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / hygienic-label-2.rs
index c97317217fc5b1425e125a06313a8005ae86697f..78d8fce38d5a67ce19a244da9dd998ab164d1f42 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[feature(macro_rules)];
+#![feature(macro_rules)]
 
 macro_rules! foo {
     ($e: expr) => { 'x: loop { $e } }