tree-sitter / tree-sitter-rust

Rust grammar for tree-sitter
MIT License
337 stars 96 forks source link

Support where clauses on associated type definitions #192

Closed kmicklas closed 11 months ago

kmicklas commented 11 months ago

Fixes #191.

amaanq commented 11 months ago

please regenerate with tree-sitter master, you may install that with cargo install --git https://github.com/tree-sitter/tree-sitter

also will need to rebase as I just pushed a bug fix

kmicklas commented 11 months ago

Done!