We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
std::error::Error
SyntaxError
1 parent 2b2d9d8 commit e3287fcCopy full SHA for e3287fc
crates/syntax/src/syntax_error.rs
@@ -42,3 +42,5 @@ impl fmt::Display for SyntaxError {
42
self.0.fmt(f)
43
}
44
45
+
46
+impl std::error::Error for SyntaxError {}
0 commit comments