]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/hygienic-label-3.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / hygienic-label-3.rs
index d5284f5766e0e4b5d694dfa70e1432de36abd97a..439132fa152bbdb3a97a7ddb34d94d44c53ef58d 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 {
     () => { break 'x; }