1
Fork 0

Comments, comments, comments

This commit is contained in:
Michael Goulet 2024-04-02 11:26:57 -04:00
parent a1a1f41027
commit ec74a304bb
3 changed files with 96 additions and 39 deletions

View file

@ -3,6 +3,8 @@
//@ run-pass
//@ check-run-results
// Same as miri's `tests/pass/async-closure-captures.rs`, keep in sync
#![feature(async_closure)]
extern crate block_on;