Print character offset from rust's parse perspective during compare.
This commit is contained in:
@@ -374,3 +374,9 @@ impl<'s> Source<'s> for Timestamp<'s> {
|
||||
self.source
|
||||
}
|
||||
}
|
||||
|
||||
impl<'s> Source<'s> for PlainText<'s> {
|
||||
fn get_source(&'s self) -> &'s str {
|
||||
self.source
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user