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
Rust developers are developers. Many will be used to using a debugger. Lets tell them straight up from the panic! message how they can hook up their debugger without having to know anything about rust's name mangling algorithm.
Used as workaround in #30625, but still discovered from other people instead of documentation. #30625. Mentioning rust_panic in the panic message and possibly in the documentation for panic! might be a good idea. If nobody is already doing this, I will :)
Activity
[-]mention rust_fail in default fail! message[/-][+]mention rust_panic in default panic! message[/+]ranma42 commentedon Jan 11, 2016
Used as workaround in #30625, but still discovered from other people instead of documentation.
#30625. Mentioning
rust_panic
in the panic message and possibly in the documentation forpanic!
might be a good idea. If nobody is already doing this, I will :)Auto merge of #30402 - jooert:prettypanic, r=alexcrichton