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
Had a bit of trouble getting a copy of the resulting gdb backtrace because of some technical issues with my desktop, but seems to be easily reproducible. I'll try to get that stack trace in the next day or so if nobody beats me to it.
The text was updated successfully, but these errors were encountered:
May also be worth noting that I encountered this while digging into issue 4202. I don't think they're related, but I'm not familiar enough with the code base to be certain.
New lint `format_add_strings`
Closesrust-lang#6261
changelog: Added [`format_add_string`]: recommend using `write!` instead of appending the result of `format!`
Reproducable vs. the incoming branch using the following source file:
https://gist.github.com/thomaslee/5522568#file-foo-rs
Exact invocation:
Dies with:
Had a bit of trouble getting a copy of the resulting gdb backtrace because of some technical issues with my desktop, but seems to be easily reproducible. I'll try to get that stack trace in the next day or so if nobody beats me to it.
The text was updated successfully, but these errors were encountered: