Manish Goregaokar 3e433738fb Rollup merge of #23504 - alexcrichton:parse-error-not-unit, r=aturon
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]
2015-03-20 12:43:11 +05:30
..
2015-03-19 08:49:39 +05:30
2015-03-18 16:32:32 -07:00
2015-03-19 08:24:39 +05:30
2015-03-19 00:48:08 -04:00
2015-03-19 09:59:21 -07:00
2015-03-19 09:59:21 -07:00
2015-03-18 16:32:32 -07:00
2015-03-18 16:32:32 -07:00