mirror of
https://github.com/Dummi26/mers.git
synced 2025-12-24 23:46:32 +01:00
fix bug where error would reference wrong file
This commit is contained in:
@@ -77,6 +77,6 @@ impl MersStatement for Variable {
|
||||
}
|
||||
}
|
||||
fn source_range(&self) -> SourceRange {
|
||||
self.pos_in_src
|
||||
self.pos_in_src.clone()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user