Skip to content
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

Question: Is it Ok to Separate Error Impl From Standard feature? #11

Open
gluax opened this issue Jun 28, 2024 · 2 comments
Open

Question: Is it Ok to Separate Error Impl From Standard feature? #11

gluax opened this issue Jun 28, 2024 · 2 comments

Comments

@gluax
Copy link

gluax commented Jun 28, 2024

The std feature enables a few things like alloc and other things one might not need, but I'd still like the Error trait implemented for the Error type. Would it be ok to separate this out?

@DaniPopes
Copy link
Owner

core::error::Error is still unstable, it will be stabilized in 1.81, so "std" feature is still required for versions before that

@gluax
Copy link
Author

gluax commented Jun 28, 2024

Got it! Thanks for the fast response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants