-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove ~str constructors #13543
Comments
I'm interested in helping with this as a fairly easy (read: repetitive) way to dip my toes into rust's core. |
Note that I originally titled this bug incorrectly. We don't actually need to convert to |
Ah, ok. The first change is easy- I'll look at call sites though to see if using StrBuf makes more sense. |
This looks like I can automate it pretty easily. I'll get a PR in tonight /cc @pcwalton |
Let's also remove the language support, since DST changes the semantics. 1.0 backcompat lang. |
Closed by #13877! |
Per https://mail.mozilla.org/pipermail/rust-dev/2014-April/009519.html
cc #12938
Nominating.
The text was updated successfully, but these errors were encountered: