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 5969470 + fef8657 commit 8575adaCopy full SHA for 8575ada
src/tools/rust-analyzer/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