]> git.proxmox.com Git - rustc.git/blobdiff - src/libstd/net/parser.rs
New upstream version 1.14.0+dfsg1
[rustc.git] / src / libstd / net / parser.rs
index ed4af471f2f56ce1d621d5f7bd50209259b820f0..d86711c10ac7965c9dfcb17ab474ce8e771c3875 100644 (file)
@@ -302,7 +302,7 @@ impl<'a> Parser<'a> {
     }
 }
 
-#[stable(feature = "rust1", since = "1.0.0")]
+#[stable(feature = "ip_addr", since = "1.7.0")]
 impl FromStr for IpAddr {
     type Err = AddrParseError;
     fn from_str(s: &str) -> Result<IpAddr, AddrParseError> {