Record eager expansion errors in EagerCallInfo

This commit is contained in:
Lukas Wirth 2023-04-16 16:11:59 +02:00
parent 6ae8d49e15
commit 71b50f9f09
4 changed files with 14 additions and 12 deletions

View file

@ -69,7 +69,7 @@ impl fmt::Display for ParseError {
}
}
#[derive(Debug, PartialEq, Eq, Clone)]
#[derive(Debug, PartialEq, Eq, Clone, Hash)]
pub enum ExpandError {
BindingError(Box<Box<str>>),
LeftoverTokens,