Merge pull request #677 from RalfJung/async

temporarily ignore async fn test
This commit is contained in:
Ralf Jung
2019-04-06 21:43:06 +01:00
committed by GitHub

View File

@@ -1,3 +1,4 @@
// ignore-test FIXME ignored to let https://github.com/rust-lang/rust/pull/59119 land
#![feature(
async_await,
await_macro,