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
The error_in_core feature has been stabilized in nightly, so will hopefully be in the stable 1.81 release. Our MSRV policy says we support "at least the past two stable releases", so we can require 1.81 after 1.83 is released. At that point, remove the feature gates above all the Error impls.
The text was updated successfully, but these errors were encountered:
The
error_in_core
feature has been stabilized in nightly, so will hopefully be in the stable 1.81 release. Our MSRV policy says we support "at least the past two stable releases", so we can require 1.81 after 1.83 is released. At that point, remove thefeature
gates above all theError
impls.The text was updated successfully, but these errors were encountered: