mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 14:43:24 +00:00
2891d8f72f
This lets us detect more complex situations: `async { x.await }` is simplified into `x` if: - `x` is an expression without side-effect - or `x` is an async block itself In both cases, no part of the `async` expression can be part of a macro expansion. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |