Open guissalustiano opened 2 months ago
This probably needs an upstream fix: https://github.com/tree-sitter/tree-sitter-rust
If it's working with the upstream Grammar we likely just need to bump our version.
Thanks! An issue about that was open yesterday. https://github.com/tree-sitter/tree-sitter-rust/issues/234
When I apply a pattern against
It fails to parse:
ERROR (code: 300) - Error parsing source code at 1:10
The follow code works
Which confirms that the issue is on
impl 'a + Clone
.