]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/pinned-deep-copy.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / pinned-deep-copy.rs
index 6479a9404e2d560ba141e73b99a221b96d473b6c..0589d58a4c25d7b03a72bcc3492caf1d4d788157 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)]
 
 use std::cell::Cell;