]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/unboxed-closures-call-sugar-object-autoderef.rs
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / run-pass / unboxed-closures-call-sugar-object-autoderef.rs
index c82026235c2a35a12a028fb885ab06f88e0b7b7f..a92fb05306f483081104e601b7089c61224a140d 100644 (file)
@@ -11,7 +11,6 @@
 // Test that the call operator autoderefs when calling to an object type.
 
 #![allow(unknown_features)]
-#![feature(unboxed_closures)]
 
 use std::ops::FnMut;