You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read all the tree-sitter docs if it relates to using the parser
Is your feature request related to a problem? Please describe.
if data.len()as wgpu::BufferAddress <= self.buffer.size(){// ...}
The < part of the greater-than-or-equal-to operator is being interpreted as the opening of type arguments to wgpu::BufferAddress and causing a parse error