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
https://github.com/rust-cli/human-panic
The text was updated successfully, but these errors were encountered:
We can't use human-panic directly, as it puts an email in its error report. We want to use GitHub issues.
human-panic
We can, however use human_panic::handle_dump along with our own std::panic::set_hook and message.
human_panic::handle_dump
std::panic::set_hook
Sorry, something went wrong.
It mentions "issue or email" but it doesn't seem to put email in the report. It puts authors if set but authors isn't set by this.
authors
No branches or pull requests
https://github.com/rust-cli/human-panic
The text was updated successfully, but these errors were encountered: