about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-18 20:08:15 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-03-18 20:10:15 -0700
commitf2e3c7469b56cd744e613a05a1ea73f441f66401 (patch)
tree196e93adf0f0e41ce0d7acf5bced811abebeded0 /src/rustllvm/ExecutionEngineWrapper.cpp
parent46f649c479ce40f3b4590590dda6c2895e8d60f6 (diff)
downloadrust-f2e3c7469b56cd744e613a05a1ea73f441f66401.tar.gz
rust-f2e3c7469b56cd744e613a05a1ea73f441f66401.zip
std: Stabilize FromStr implementations in std::net
The IP and socket address types all had `FromStr` implemented but the
implementations were not marked stable, nor was the error type returned ready to
be properly stabilized.

This commit marks the implementations of `FromStr` as stable and also renamed
the `ParseError` structure to `AddrParseError`. The error is now also an opaque
structure that cannot be constructed outside the standard library.

cc #22949
[breaking-change]
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions