We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently Backtrace support has a (documented) limitation of requiring nightly rust. Presumably, this is to use provide API.
provide
We'd like to use Backtrace and #[from] generation in stable rust, but it currently is tied to unstable error_generic_member_access.
Backtrace
#[from]
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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 unstableerror_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
The text was updated successfully, but these errors were encountered: