]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-17897.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / issue-17897.rs
index 49b03a974d868eaaa3d2f066d60a8d5ed730b3b8..da6c83142eab62c3a20244c07b8b4354adc93bbe 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, unboxed_closures)]
+#![feature(unboxed_closures)]
 
 use std::thunk::Thunk;