mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Record eager expansion errors in EagerCallInfo
This commit is contained in:
parent
6ae8d49e15
commit
71b50f9f09
4 changed files with 14 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue