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
I'm looking at the error_provide feature and it won't compile without also having error_provide_feature enabled, which in turn enables the nightly error_generic_member_access. Is there a reason to have 2 features or could error_provide be used to enable error_generic_member_access so that the additional error_provide_feature could be removed?
The text was updated successfully, but these errors were encountered:
hi, thanks for the awesome crate!
I'm looking at the
error_provide
feature and it won't compile without also havingerror_provide_feature
enabled, which in turn enables the nightlyerror_generic_member_access
. Is there a reason to have 2 features or coulderror_provide
be used to enableerror_generic_member_access
so that the additionalerror_provide_feature
could be removed?The text was updated successfully, but these errors were encountered: