You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edition can be obtained from MacroPluginMetdata when creating TokenStream before expand.
The edition should be shared as String or similar (and not enum), so that cairo-lang-macro does not need any updates in case a new edition is released, nor depend on compiler structs.
The text was updated successfully, but these errors were encountered:
Problem
Edition can be obtained from
MacroPluginMetdata
when creating TokenStream before expand.The edition should be shared as String or similar (and not enum), so that
cairo-lang-macro
does not need any updates in case a new edition is released, nor depend on compiler structs.The text was updated successfully, but these errors were encountered: