Leading |
in nested patterns are incorrectly rejected
#9001
Labels
bug
subsystem::code insight
General label for issues related to code understanding: highlighting, completion, annotation, etc.
Environment
0.4.173.4714-221
1.63.0-nightly
Problem description
Intellij-rust does not accept leading
|
in nested patterns, even though it is legal syntax.Steps to reproduce
The following code is valid rust code:
Playground
But intellij-rust emits an error
The text was updated successfully, but these errors were encountered: