You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While human_panic is great, it has some drawbacks on mobile devices.
I suggest using the code posted here rust-cli/human-panic#62 (comment) instead, to print the details to the stdlogs, possibly in addition to a file on Desktop.
The text was updated successfully, but these errors were encountered:
as we very rarely get crashes (hardly any unsafe code left) and if so, from users who don't run in debug, human_panic is not that important to improve anymore i guess. At least no dev felt the need to go for this improvement for one year now.
While
human_panic
is great, it has some drawbacks on mobile devices.I suggest using the code posted here rust-cli/human-panic#62 (comment) instead, to print the details to the stdlogs, possibly in addition to a file on Desktop.
The text was updated successfully, but these errors were encountered: