You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But how long it will take us to implement, I don't know (a couple of months seems likely). In general I'd recommend using the 1.0.0-beta.6 release until we release the final 1.0.0 release. It has many fixes and a lot more tests than the 0.99 series. And there won't be many additional breaking changes in the final release.
Example:
errors at compile time with
For the sake of comparison, replace
derive_more::Error
withthiserror::Error
and this then works.derive_more v0.99.17
rustc 1.76.0
The text was updated successfully, but these errors were encountered: