]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/generic-impl-more-params-with-defaults.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / generic-impl-more-params-with-defaults.rs
index c6ee8a870ee5313e98e944b102cf5f5b55ff3478..b0040878d628c0eba68d001bc2ae8afd74d84234 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[feature(default_type_params)];
+#![feature(default_type_params)]
 
 struct Heap;