[wgsl-in] Correctly parse lhs_expression
for assignment/increment/decrement_statement
s
#4383
Labels
Milestone
lhs_expression
for assignment/increment/decrement_statement
s
#4383
We are currently parsing the LHS of an assignment/increment/decrement statement as an
unary_expression
.The LHS should however be parsed as a
lhs_expression
.The text was updated successfully, but these errors were encountered: