### Did you check existing issues? - [x] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [x] I have searched the existing issues of tree-sitter-rust ### Describe the bug support [auto trait](https://doc.rust-lang.org/beta/unstable-book/language-features/auto-traits.html) ```rust pub unsafe auto trait Send { } ```
Did you check existing issues?
Describe the bug
support auto trait