about summary refs log tree commit diff
path: root/tests/ui/async-await/async-closures/async-fn-once-for-async-fn.rs
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-02-09 15:53:55 +0000
committerMichael Goulet <michael@errs.io>2024-02-09 16:01:29 +0000
commit34ed554d816ff79206241084cb04b1a9ef2bfcd1 (patch)
tree1e2ce7540d6ae4c6ccc3c47110a24f6fd6dbd2cd /tests/ui/async-await/async-closures/async-fn-once-for-async-fn.rs
parent972452c4473b2d8f6f6415614f915296bfc34f12 (diff)
downloadrust-34ed554d816ff79206241084cb04b1a9ef2bfcd1.tar.gz
rust-34ed554d816ff79206241084cb04b1a9ef2bfcd1.zip
Build DebugInfo for coroutine-closure
Diffstat (limited to 'tests/ui/async-await/async-closures/async-fn-once-for-async-fn.rs')
-rw-r--r--tests/ui/async-await/async-closures/async-fn-once-for-async-fn.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ui/async-await/async-closures/async-fn-once-for-async-fn.rs b/tests/ui/async-await/async-closures/async-fn-once-for-async-fn.rs
index 0ba323a71cd..0e9b25e6d30 100644
--- a/tests/ui/async-await/async-closures/async-fn-once-for-async-fn.rs
+++ b/tests/ui/async-await/async-closures/async-fn-once-for-async-fn.rs
@@ -2,9 +2,6 @@
 // edition:2021
 // run-pass
 
-// FIXME(async_closures): When `fn_sig_for_fn_abi` is fixed, remove this.
-// ignore-pass (test emits codegen-time warnings)
-
 #![feature(async_closure)]
 
 extern crate block_on;