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
..
2023-07-14 16:52:36 +03:30
2023-07-06 17:33:17 +03:30
2023-06-22 11:44:10 +02:00
2023-07-30 23:05:10 +03:30
2023-07-06 17:33:17 +03:30
2023-06-22 11:44:10 +02:00
2023-07-03 20:34:09 +02:00
2023-06-22 11:44:10 +02:00
2023-06-24 17:35:20 -07:00