]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #36685 - brson:rev-string-from, r=sfackler
authorbors <bors@rust-lang.org>
Sat, 24 Sep 2016 09:03:18 +0000 (02:03 -0700)
committerGitHub <noreply@github.com>
Sat, 24 Sep 2016 09:03:18 +0000 (02:03 -0700)
Revert "implement `From<Vec<char>>` and `From<&'a [char]>` for `String`"

This reverts commit ac73335f2f5421c914fa3900567696cc6dc73d8d.

This is a revert of https://github.com/rust-lang/rust/pull/35054, which resulted in at least 7 known regressions, reported [here](https://internals.rust-lang.org/t/regression-report-stable-2016-08-16-vs-beta-2016-09-21/4119) and [here](https://github.com/rust-lang/rust/issues/36352), which will hit stable next week.

I think this breakage was somewhat unanticipated, and we did not realize so many crates were broken until this week, so reverting is the conservative thing to do until we figure out how not to cause so much breakage. I've run crater on the revert and did not find any new breakage from the revert.

Fixes https://github.com/rust-lang/rust/issues/36352

cc @pwoolcoc @rust-lang/libs


Trivial merge