Closed VersBinarii closed 11 months ago
Could this possibly be a typo introduced in this commit? It break compilation since the async feature was not enabled correctly.
Hi @VersBinarii I think this is just a matter of you compiling with an older toolchain? async_fn_in_trait was stabilized since nightly-2023-11-01, which is also the version locked in rust-toolchain
async_fn_in_trait
nightly-2023-11-01
rust-toolchain
Could this possibly be a typo introduced in this commit? It break compilation since the async feature was not enabled correctly.