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
Auto merge of rust-lang#30402 - jooert:prettypanic, r=alexcrichton
This splits the output of panics into two lines as proposed in rust-lang#15239 and adds a
note about how to get a backtrace. Because the default panic message consists of
multiple lines now, this changes the test runner's failure output to not indent
the first line anymore.
Fixesrust-lang#15239 and fixesrust-lang#11704.
0 commit comments