1
Fork 0

Bless tests

This commit is contained in:
Michael Goulet 2023-09-26 20:20:25 +00:00
parent ec79720c1e
commit 28d58f6524
26 changed files with 40 additions and 7 deletions

View file

@ -8,6 +8,7 @@
use std::future::Future;
trait MyTrait {
#[allow(async_fn_in_trait)]
async fn foo(&self) -> i32;
}