[GH-ISSUE #2080] Replace all crate backtrace::Backtrace usage with std::backtrace::Backtrace #877

Open
opened 2026-03-16 00:43:17 +03:00 by kerem · 1 comment
Owner

Originally created by @bluejekyll on GitHub (Oct 28, 2023).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/2080

Is your feature request related to a problem? Please describe.

Currently still using the crate backtrace for generating backtraces

Describe the solution you'd like

Simply replace with the stdlib variant, which is possible since the MSRV is now >= 1.65 for the project

Originally created by @bluejekyll on GitHub (Oct 28, 2023). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/2080 **Is your feature request related to a problem? Please describe.** Currently still using the crate backtrace for generating backtraces **Describe the solution you'd like** Simply replace with the stdlib variant, which is possible since the MSRV is now >= 1.65 for the project
Author
Owner

@bluejekyll commented on GitHub (Oct 28, 2023):

There's currently a problem with the thiserror derive macro which needs an unstable compiler feature.

<!-- gh-comment-id:1783903343 --> @bluejekyll commented on GitHub (Oct 28, 2023): There's currently a problem with the `thiserror` derive macro which needs an unstable compiler feature.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#877
No description provided.