Skip to content

Commit b7397cc

Browse files
committed
Move async-fn-size test to async-await/
1 parent 65021ec commit b7397cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/run-pass/async-fn-size.rs renamed to src/test/run-pass/async-await/async-fn-size.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// edition:2018
2-
// aux-build:arc_wake.rs
32

43
#![feature(async_await, await_macro)]
54

6-
extern crate arc_wake;
5+
#[path = "../auxiliary/arc_wake.rs"]
6+
mod arc_wake;
77

88
use std::pin::Pin;
99
use std::future::Future;

0 commit comments

Comments
 (0)