tree-sitter / tree-sitter-rust

Rust grammar for tree-sitter
MIT License
353 stars 100 forks source link

Should Node be Send and Sync? #109

Closed wiseman closed 3 years ago

wiseman commented 3 years ago

In the Rust bindings, I see that Tree is both Send and Sync, but Node isn't. Is that intentional?

wiseman commented 3 years ago

Oops, this was intended for the tree-sitter repo. Closing this and opening in that repo: https://github.com/tree-sitter/tree-sitter/issues/1241