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.
2 parents 2b2d9d8 + e3287fc commit d733c07Copy full SHA for d733c07
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