From ddb04966422eaba33328416806f45370a0a95711 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 6 Apr 2019 22:11:59 +0200 Subject: [PATCH] temporarily ignore async fn test --- tests/run-pass/async-fn.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run-pass/async-fn.rs b/tests/run-pass/async-fn.rs index 48f8fc1223..79fcb59011 100644 --- a/tests/run-pass/async-fn.rs +++ b/tests/run-pass/async-fn.rs @@ -1,3 +1,4 @@ +// ignore-test FIXME ignored to let https://github.com/rust-lang/rust/pull/59119 land #![feature( async_await, await_macro,