Module rustc_lint::async_closures
source · Structs§
- Lint for potential usages of async closures and async fn trait bounds.
Statics§
- The
closure_returning_async_block
lint detects cases where users write a closure that returns an async block.