mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-17 13:58:44 +00:00
Impl std::error::Error
for SyntaxError
This commit is contained in:
parent
2b2d9d8f88
commit
e3287fc878
1 changed files with 2 additions and 0 deletions
|
@ -42,3 +42,5 @@ impl fmt::Display for SyntaxError {
|
|||
self.0.fmt(f)
|
||||
}
|
||||
}
|
||||
|
||||
impl std::error::Error for SyntaxError {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue