-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove error_in_core
feature
#799
Comments
If I remember correctly this is the last feature that prevents us from switching to a stable Rust version. So we could try switching to stable. |
Good idea, feature will be stabilized in 2 days (on the 5th September). So let's wait until then and see if we can use the stable toolchain. |
Switchin to stable is currently not possible (or requires quite some effort) because of our no_std check. There, we require the following features:
At least for the I did a quick research to see if there's a better alternative for no_stds check but I didn't really find one. cargo-nono did not install with So I think it's currenlty not worth it to switch to stable. |
So we should move the feature to the icebox? |
No, the |
Error should now be implemented fully in core, so there should be no need for this feature anymore.
Related issue: rust-lang/rust#103765
The text was updated successfully, but these errors were encountered: