Releases: dtolnay/thiserror
Releases · dtolnay/thiserror
1.0.51
- Improve diagnostics when an invalid attribute previously caused thiserror to generate no
Error
impl (#266)
1.0.50
- Improve diagnostic when a #[source], #[from], or #[transparant] attribute refers to a type that has no std::error::Error impl (#258, thanks @de-vri-es)
1.0.49
- Access libcore types through
::core
in generated code (#255, thanks @mina86)
1.0.48
- Improve implementation of displaying Path values in a generated Display impl (#251, thanks @mina86)
1.0.46
- Add bootstrap workaround to allow rustc to depend on thiserror (#248, thanks @RalfJung)
1.0.44
- Documentation improvements
1.0.42
- Fix compile error in derived Display impl if there was a nonstandard
write!
macro in scope (#239)