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,