tree-sitter / tree-sitter-rust

Rust grammar for tree-sitter
MIT License
340 stars 97 forks source link

Fix the precedence of `as` casts #154

Closed goffrie closed 2 years ago

goffrie commented 2 years ago

I noticed this was missing. as is documented as having precedence between unary operators and multiplicative operators.

maxbrunsfeld commented 2 years ago

Thanks for this fix.