Skip to content

Commit a1cbf66

Browse files
authored
Rollup merge of rust-lang#97337 - tbu-:pr_fix_stabilization_ipv4_mapped, r=Mark-Simulacrum
Fix stabilization version of `Ipv6Addr::to_ipv4_mapped`
2 parents 1b59db4 + 328c843 commit a1cbf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/net/ip.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ impl Ipv6Addr {
16551655
/// assert_eq!(Ipv6Addr::new(0, 0, 0, 0, 0, 0, 0, 1).to_ipv4_mapped(), None);
16561656
/// ```
16571657
#[rustc_const_unstable(feature = "const_ipv6", issue = "76205")]
1658-
#[stable(feature = "ipv6_to_ipv4_mapped", since = "1.62.0")]
1658+
#[stable(feature = "ipv6_to_ipv4_mapped", since = "1.63.0")]
16591659
#[must_use = "this returns the result of the operation, \
16601660
without modifying the original"]
16611661
#[inline]

0 commit comments

Comments
 (0)