rust-analyzer/crates/hir-def/src/macro_expansion_tests
bors 7736b656e2 Auto merge of #15361 - Veykril:eager-macro-inputs, r=Veykril
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.
2023-07-31 14:24:29 +00:00
..
mbe Implement ${count()} metavariable expression 2023-05-28 19:54:36 +09:00
builtin_derive_macro.rs Give real discriminant_type to chalk 2023-07-14 20:15:18 +03:30
builtin_fn_macro.rs fix: Expand eager macros to delimited comma separated expression list 2023-07-30 17:31:26 +02:00
mbe.rs Fixup path fragments upon MBE transcription 2023-07-30 23:36:42 +09:00
mod.rs Fix the eager token maps by re-mapping the textranges between the input and input expansion 2023-07-13 09:22:38 +02:00
proc_macros.rs ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00