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
Rollup merge of #110721 - lukas-code:panic-fmt, r=Amanieu
format panic message only once
Formatting the panic message multiple times can cause problems for some real-world crates, so here's a test to ensure that we don't do that.
This was regressed in #109507 and reverted in #110782.
fixes#110717fixesrust-itertools/itertools#694
0 commit comments