-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Builtin macro pattern separator #63039
Comments
The comma is not specific to built-in macros, but rather to unstable So, it's reasonable for IntelliJ to adjust its parser if it wants to support unstable code. |
(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 |
@petrochenkov Thanks for quick reply! |
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: