1
Fork 0

std: Add impl of FnOnce to AssertRecoverSafe

This was originally intended, but forgot to land by accident!

cc #27719
This commit is contained in:
Alex Crichton 2016-03-07 09:20:25 -08:00
parent 72d588a620
commit ec58f40463
2 changed files with 36 additions and 1 deletions

View file

@ -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)]