multisn8
multisn8
Fixes #488. First adds 2 test snapshots (tuple variants with {0,2} items), then fixes the panic for the former. f8963361bdaf17edcaea193240386f9ac5f28fca is possibly more controversial: It removes the `.expect` call that...
## MVCE ```rust #[derive(Logos)] enum Token { #[regex(r"\d+")] Integer(), } ``` ## Error ``` error: proc-macro derive panicked --> src/main.rs:7:10 | 7 | #[derive(Logos)] | ^^^^^ | = help: message:...
### Problem When any given entry in a hayagriva bibliography is missing its `type`, the error span appears to default to the first entry in the entire bibliography, regardless of...