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
This happens since panic! special cases the one-argument case to not go through format_args!. It would be nice to have the message checked in this case anyway to make sure it doesn't have any un-escaped {}s, but it's not clear to me how we should do that.
Playground: http://is.gd/jaT7YG
IMO the behavior should be consistent with
println!
.The text was updated successfully, but these errors were encountered: