Structs§
- An error signaling that a different kind of token was expected. Returned by the various
TryFrom
impls. - Errors during parsing.
Enums§
- Kinds of errors.
- Span 🔒Unfortunately, we have to deal with both cases.
Traits§
- Span
Like 🔒
Functions§
- perr 🔒This is a free standing function instead of an associated one to reduce noise around parsing code. There are lots of places that create errors, we I wanna keep them as short as possible.