]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/generic-type-more-params-with-defaults.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / generic-type-more-params-with-defaults.rs
index b4c80bc1e3d13ebca08911bb74a8ba0c097b3f1a..2f3f91a9c3d715cc0f7b9ca4e6b4078da95d8c4e 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;