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?