about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-03-17 09:39:10 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-03-17 09:39:10 -0700
commitaf65d81490b7df820af6db89f77f0e68e40cb4b0 (patch)
treebc91f89d588ad922b399739b448f05622fe5f80e /src/libstd/sys/unix/stack_overflow.rs
parente68d40edf49496e8d7a9ab03d75c9de2096446c5 (diff)
downloadrust-af65d81490b7df820af6db89f77f0e68e40cb4b0.tar.gz
rust-af65d81490b7df820af6db89f77f0e68e40cb4b0.zip
std: Revert addition of `into_ascii_*` methods
The addition of these methods in #31335 required adding impls of the trait for
the `String` and `Vec<T>` types. This unfortunately caused a regression (#32074)
in type inference for using these methods which the libs team has decided to not
push forward with. These methods were stabilized in #32020 which was intended to
get backported to beta, but the backport hasn't happened just yet. This commit
reverts both the addition and stabilization of these methods.

One proposed method of handling this, in #32076, was to move the methods to an
extra trait to avoid conflicts with type inference. After some discussion,
however, the libs team concluded that we probably want to reevaluate what we're
doing here, so discussion will continue on the tracking issue, #27809.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions