1
Fork 0

core: add IntoFuture trait and support for await

This commit is contained in:
Sean McArthur 2019-12-26 12:57:09 -08:00
parent 41501a6b03
commit f35517ee86
10 changed files with 90 additions and 12 deletions

View file

@ -269,6 +269,7 @@
#![feature(hashmap_internals)]
#![feature(int_error_internals)]
#![feature(int_error_matching)]
#![feature(into_future)]
#![feature(integer_atomics)]
#![feature(lang_items)]
#![feature(libc)]