]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/glob-resolve1.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / glob-resolve1.rs
index 7363fb6d0b2df27b429be1363821638aee26703e..aae5e0194a1d1d025a7add145aed42afeb5ecbd3 100644 (file)
@@ -10,7 +10,7 @@
 
 // Make sure that globs only bring in public things.
 
-#[feature(globs)];
+#![feature(globs)]
 
 use bar::*;