std: Add impl of FnOnce to AssertRecoverSafe
This was originally intended, but forgot to land by accident! cc #27719
This commit is contained in:
parent
72d588a620
commit
ec58f40463
2 changed files with 36 additions and 1 deletions
|
@ -230,6 +230,7 @@
|
|||
#![feature(float_extras)]
|
||||
#![feature(float_from_str_radix)]
|
||||
#![feature(fnbox)]
|
||||
#![feature(fn_traits)]
|
||||
#![feature(heap_api)]
|
||||
#![feature(hashmap_hasher)]
|
||||
#![feature(inclusive_range)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue