]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/trait-impl-method-mismatch.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / trait-impl-method-mismatch.rs
index b5474210dc5f34bbd488812b196841201660de59..039f94ec2e768dedcb71d1600fe3cb3d22456014 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[feature(managed_boxes)];
+#![feature(managed_boxes)]
 
 trait Mumbo {
     fn jumbo(&self, x: @uint) -> uint;