[BUG] Use of RustEqualExpression
in destructuring of match statement
#2
Labels
RustEqualExpression
in destructuring of match statement
#2
Description
During match statement we use the
RustEqualExpression
operator (==
operator). We should check if this is the right operator to use, and if not we should change it / create a new one to use. We should keep in mind that this is a destructuring operator.Suggested implementation
It is highly recommended that we create a new node that is capable of doing destructuring and correctly evaluates the guard.
The text was updated successfully, but these errors were encountered: