Move async-fn-size test to async-await/
This commit is contained in:
parent
65021ec928
commit
b7397cc00b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue