]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-16939.rs
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-16939.rs
index 7ec3fef5c878eb05a060356e60fa5b169b03392c..e16c58b8a6c1ac1033e14332b30bb62c7dc381bb 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(overloaded_calls, unboxed_closures)]
-
 // Make sure we don't ICE when making an overloaded call with the
 // wrong arity.