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
Finally, if you can run the offending command under gdb, pasting a stack trace can be useful; to do so, you will need to set a breakpoint on rust_panic.
AFAIK, RUST_BACKTRACE=1 rustc ... will give equally useful information and doesn't require gdb.
The text was updated successfully, but these errors were encountered:
The bug report guide says
AFAIK,
RUST_BACKTRACE=1 rustc ...
will give equally useful information and doesn't require gdb.The text was updated successfully, but these errors were encountered: