mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-15 06:33:58 +00:00
7736b656e2
fix: Expand eager macros to delimited comma separated expression list Prior to this, we were just parsing it as an expression which works fine for `()` and `[]` calls as those are tuple and array expressions respectively, but if tails for `{}` calls which with my recent changes reported errors for such eager macro invocations. |
||
---|---|---|
.. | ||
mbe | ||
builtin_derive_macro.rs | ||
builtin_fn_macro.rs | ||
mbe.rs | ||
mod.rs | ||
proc_macros.rs |