]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/struct-like-enum-nonexhaustive.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / struct-like-enum-nonexhaustive.rs
index 06fd4e6d8c9c397e40743cb700ca90f84f393a54..8d1e5b462792f55e400f53117b8072ea4508e4cb 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[feature(struct_variant)];
+#![feature(struct_variant)]
 
 enum A {
     B { x: Option<int> },