|
|
|
|
|
by simonask
601 days ago
|
|
You can introduce side effects to a proc macro (but please avoid if at all possible), but you cannot control the order in which proc macros are run. If you need to reason about the global schema while generating code, that won’t work. |
|