rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
524 stars 240 forks source link

Provide a way of learning if the platform is unsupported #554

Open ChrisDenton opened 1 year ago

ChrisDenton commented 1 year ago

From rust's std:

If no frames came out assume that this is an unsupported platform since backtrace doesn't provide a way of learning this right now

This seems like a reasonable feature request?