Move async-fn-size test to async-await/

This commit is contained in:
Tyler Mandry 2019-06-13 17:07:44 -07:00
parent 65021ec928
commit b7397cc00b
1 changed files with 2 additions and 2 deletions

View File

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