-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Labels
enhancementSomething new the playground could doSomething new the playground could domaintenanceKeeping the wheels turningKeeping the wheels turning
Description
If you grep https://crates.io/crates/
in *.stderr
files in Rust compiler's source code, you will find there are two crates currently mentioned: async-trait and async-recursion, which are useful crates to workaround some of annoying restrictions Rust currently has.
async-trait has already been included, and I think it would be good to include async-recursion as well, so that people can try out it when the compiler asks them to.
Metadata
Metadata
Assignees
Labels
enhancementSomething new the playground could doSomething new the playground could domaintenanceKeeping the wheels turningKeeping the wheels turning