]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/unboxed-closures-infer-kind.rs
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / run-pass / unboxed-closures-infer-kind.rs
index fa668475f587ab7397c4b48ef224f50fa1896014..c04df7ed5f87126c011f3555ae5a1b53c5bdf8a1 100644 (file)
@@ -11,9 +11,6 @@
 // Test that we can infer the "kind" of an unboxed closure based on
 // the expected type.
 
-
-#![feature(unboxed_closures)]
-
 // Test by-ref capture of environment in unboxed closure types
 
 fn call_fn<F: Fn()>(f: F) {