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
Since #62243 builtin macros use , as a separator between different patterns. Although, all other macros use ; instead.
Is it intended change?
This change breaks parser in IntelliJ Rust plugin. Should we adjust our parser or it should be fixed from stdlib side?
The text was updated successfully, but these errors were encountered:
(Note that the comma itself is pretty questionable, so it's likely that it will be changed into something else, for example no separator at all, once macro macros are closer to stabilization.)
Since #62243 builtin macros use
,
as a separator between different patterns. Although, all other macros use;
instead.Is it intended change?
This change breaks parser in IntelliJ Rust plugin. Should we adjust our parser or it should be fixed from stdlib side?
The text was updated successfully, but these errors were encountered: