tree-sitter / tree-sitter-rust

Rust grammar for tree-sitter
MIT License
357 stars 101 forks source link

feat: Support `&raw {const|mut} expr` syntax (take 2) #243

Closed flippette closed 2 weeks ago

flippette commented 2 weeks ago

Add support for 1.82's &raw {const|mut} expr syntax.

Closes #239.

amaanq commented 2 weeks ago

failures are related to the gen block pr, I'll fix that. thanks!

(also, please don't merge master in PRs, just rebase)