1
Fork 0

Build DebugInfo for coroutine-closure

This commit is contained in:
Michael Goulet 2024-02-09 15:53:55 +00:00
parent 972452c447
commit 34ed554d81
4 changed files with 25 additions and 7 deletions

View file

@ -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;