Fix eager token mapping panics

This commit is contained in:
Lukas Wirth 2023-07-10 11:22:29 +02:00
parent cabe26c228
commit 2366c16bf9
7 changed files with 147 additions and 95 deletions

View file

@ -208,7 +208,7 @@ impl Shift {
}
}
#[derive(Debug, Eq, PartialEq)]
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
pub enum Origin {
Def,
Call,