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

Access Backtrace exclusively through ::thiserror #372

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Nov 6, 2024

This fixes a forward compatibility risk where downstream code compiles successfully against no-std thiserror by using backtraces through the downstream code's own direct dependency on std, and then later breaks if future changes to the Provider API require moving some of our backtrace handling into helper types that are exposed by thiserror which cannot be present in no-std thiserror.

@dtolnay dtolnay merged commit 8277ec4 into master Nov 6, 2024
19 checks passed
@dtolnay dtolnay deleted the stdbacktrace branch November 6, 2024 02:01
@dtolnay dtolnay mentioned this pull request Nov 6, 2024
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

Successfully merging this pull request may close these issues.

1 participant