Move async-fn-size test to async-await/
This commit is contained in:
parent
65021ec928
commit
b7397cc00b
@ -1,9 +1,9 @@
|
||||
// edition:2018
|
||||
// aux-build:arc_wake.rs
|
||||
|
||||
#![feature(async_await, await_macro)]
|
||||
|
||||
extern crate arc_wake;
|
||||
#[path = "../auxiliary/arc_wake.rs"]
|
||||
mod arc_wake;
|
||||
|
||||
use std::pin::Pin;
|
||||
use std::future::Future;
|
Loading…
x
Reference in New Issue
Block a user