mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
082b97ad05
Support async trait bounds in macros r? fmease This is similar to your work on const trait bounds. This theoretically regresses `impl async $ident:ident` in macros, but I doubt this is occurring in practice.