mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
fix(els): duplicated diagnostics
This commit is contained in:
parent
72ef581522
commit
5497af5626
4 changed files with 25 additions and 6 deletions
|
@ -164,7 +164,7 @@ pub fn readable_name(name: &str) -> &str {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub struct CompileError {
|
||||
pub core: Box<ErrorCore>, // ErrorCore is large, so box it
|
||||
pub input: Input,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue