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 5969470 commit fef8657Copy full SHA for fef8657
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