Skip to content

Commit 27aa5f6

Browse files
committed
Fix stabilization version of Ipv6Addr::to_ipv4_mapped
1 parent 66d20d7 commit 27aa5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)