[BUG] Use of RustEqualExpression
in destructuring of match statement
#44
Labels
RustEqualExpression
in destructuring of match statement
#44
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.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: