Impl std::error::Error for SyntaxError

This commit is contained in:
Chayim Refael Friedman 2025-09-30 15:40:54 +03:00
parent 2b2d9d8f88
commit e3287fc878

View file

@ -42,3 +42,5 @@ impl fmt::Display for SyntaxError {
self.0.fmt(f)
}
}
impl std::error::Error for SyntaxError {}