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
Building queries like the following example which is for C++. Where the storage_class_specifier has zero or one (?) OR zero or more (*) matches throws a rust panic. Error: (rust-panic "Any { .. }") Note that one or more (+) works. I have only tested it for this case where there will be either one or none.
thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', /Users/runner/.cargo/git/checkouts/tree-sitter-ae9a8b878b09f085/475b822/lib/binding_rust/lib.rs:1833:72
Building queries like the following example which is for C++. Where the
storage_class_specifier
has zero or one (?
) OR zero or more (*
) matches throws a rust panic.Error: (rust-panic "Any { .. }")
Note that one or more (+
) works. I have only tested it for this case where there will be either one or none.The text was updated successfully, but these errors were encountered: