Skip to content

Commit ebca923

Browse files
jonas-schievinkpietroalbini
authored andcommitted
Call Foo::async_method in the async-await test
1 parent 1f80aa9 commit ebca923

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

src/test/run-pass/async-await.rs

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ fn main() {
183183
async_closure,
184184
async_fn,
185185
async_fn_with_internal_borrow,
186+
Foo::async_method,
186187
|x| {
187188
async move {
188189
unsafe { await!(unsafe_async_fn(x)) }

src/test/run-pass/async-await.stderr

-14
This file was deleted.

0 commit comments

Comments
 (0)