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

Support From generation for Backtrace in stable rust #390

Open
mikea opened this issue Nov 22, 2024 · 1 comment
Open

Support From generation for Backtrace in stable rust #390

mikea opened this issue Nov 22, 2024 · 1 comment

Comments

@mikea
Copy link

mikea commented Nov 22, 2024

Currently Backtrace support has a (documented) limitation of requiring nightly rust. Presumably, this is to use provide API.

We'd like to use Backtrace and #[from] generation in stable rust, but it currently is tied to unstable error_generic_member_access.

Backtrace is stable since rust 1.62.0 would be nice to use it without implementing From manually and use provide api only when it is available.

See #387 for more discussion

@mikea
Copy link
Author

mikea commented Nov 22, 2024

BTW I am willing to work on a PR to fix this, but I'd like to get some approval to fix it before I go out of my way.

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

1 participant