Skip to content

Conversation

@emilio
Copy link
Member

@emilio emilio commented Apr 27, 2023

Previously the ParseError struct did not implement std::error::Error or std::fmt::Display. This meant that ParseError was not boxable into an "any error" box like anyhow::Error. This commit adds Error and Display implementations for ParseError and friends.

Rebase + MSRV fix of #298

Previously the `ParseError` struct did not implement
`std::error::Error` or `std::fmt::Display`. This meant that `ParseError`
was not boxable into an "any error" box like `anyhow::Error`. This
commit adds Error and Display implementations for ParseError and
friends.

Fixes #247
Closes #298
Closes #262
@emilio
Copy link
Member Author

emilio commented Apr 27, 2023

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit c2ca656 has been approved by emilio

@bors-servo
Copy link
Contributor

⌛ Testing commit c2ca656 with merge c49f434...

@bors-servo
Copy link
Contributor

☀️ Test successful - checks-github
Approved by: emilio
Pushing c49f434 to master...

1 similar comment
@bors-servo
Copy link
Contributor

☀️ Test successful - checks-github
Approved by: emilio
Pushing c49f434 to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants