Panic when parsing nom operations #13579
Labels
A-ty
type system / type inference / traits / method resolution
Broken Window
Bugs / technical debt to be addressed immediately
C-bug
Category: bug
After adding
nom
to a project, rust-analyzer started to panic.It looks like a line like this one is the culprit:
As soon as such lines are commented out, the panic disappears.
To double-check, I've opened an older project that uses
nom
too and saw the same behaviour.The text was updated successfully, but these errors were encountered: