We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65021ec commit b7397ccCopy full SHA for b7397cc
src/test/run-pass/async-fn-size.rs renamed to src/test/run-pass/async-await/async-fn-size.rs
@@ -1,9 +1,9 @@
1
// edition:2018
2
-// aux-build:arc_wake.rs
3
4
#![feature(async_await, await_macro)]
5
6
-extern crate arc_wake;
+#[path = "../auxiliary/arc_wake.rs"]
+mod arc_wake;
7
8
use std::pin::Pin;
9
use std::future::Future;
0 commit comments