]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/privacy1.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / privacy1.rs
index fdc681e1da0c34afdf5ad42b8e85599cb9f3396b..0aba36eebee8a7804d78fe71330d38d5603badb0 100644 (file)
@@ -8,8 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[feature(globs)];
-#[no_std]; // makes debugging this test *a lot* easier (during resolve)
+#![feature(globs)]
+#![no_std] // makes debugging this test *a lot* easier (during resolve)
 
 mod bar {
     // shouln't bring in too much