Releases: dtolnay/thiserror
Releases · dtolnay/thiserror
1.0.53
- Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#270)
1.0.52
- Fix interaction with RUSTC_BOOTSTRAP (#269)
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