Stabilize boxed_closure_impls in 1.35.0.
This commit is contained in:
parent
45c0b28bcb
commit
ecc3e89dd0
3 changed files with 3 additions and 109 deletions
|
|
@ -1,5 +1,3 @@
|
|||
#![feature(boxed_closure_impls)]
|
||||
|
||||
fn call_it<T>(f: Box<dyn FnOnce() -> T>) -> T {
|
||||
f()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue