mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 09:55:03 +01:00
error tokens instead of result
This commit is contained in:
parent
5ae747d513
commit
11b735d728
3 changed files with 49 additions and 36 deletions
|
|
@ -62,7 +62,7 @@ mod span {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub struct CompilerError {
|
||||
pub span: Span,
|
||||
pub message: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue