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
I tried asking on IRC, hoping to get this out tonight because it looked achievable.
What's the plan for the String trait as well as the existing String type. I feel like limiting the visibility of the string type is probably fine, but the String trait is necessary for formatters.
Converts `StrBuf` to `String` throughout rustc and the standard library.
Tests all pass locally, but usual caveats about platforms that aren't OSX apply since I don't have a test environment handy.
@alexcritchon mentioned that @pcwalton may have a patch incoming that should block this?
closes#14312
Tracking issue for rust-lang/rfcs#60
Nominating.
The text was updated successfully, but these errors were encountered: