@@ -295,7 +295,7 @@ impl IpAddr {
295
295
/// assert_eq!(IpAddr::V4(Ipv4Addr::new(80, 9, 12, 3)).is_global(), true);
296
296
/// assert_eq!(IpAddr::V6(Ipv6Addr::new(0, 0, 0x1c9, 0, 0, 0xafc8, 0, 0x1)).is_global(), true);
297
297
/// ```
298
- #[ rustc_const_unstable( feature = "const_ip " , issue = "76205 " ) ]
298
+ #[ rustc_const_unstable( feature = "ip " , issue = "27709 " ) ]
299
299
#[ unstable( feature = "ip" , issue = "27709" ) ]
300
300
#[ must_use]
301
301
#[ inline]
@@ -348,7 +348,7 @@ impl IpAddr {
348
348
/// true
349
349
/// );
350
350
/// ```
351
- #[ rustc_const_unstable( feature = "const_ip " , issue = "76205 " ) ]
351
+ #[ rustc_const_unstable( feature = "ip " , issue = "27709 " ) ]
352
352
#[ unstable( feature = "ip" , issue = "27709" ) ]
353
353
#[ must_use]
354
354
#[ inline]
@@ -776,7 +776,7 @@ impl Ipv4Addr {
776
776
///
777
777
/// // For a complete overview see the IANA IPv4 Special-Purpose Address Registry.
778
778
/// ```
779
- #[ rustc_const_unstable( feature = "const_ipv4 " , issue = "76205 " ) ]
779
+ #[ rustc_const_unstable( feature = "ip " , issue = "27709 " ) ]
780
780
#[ unstable( feature = "ip" , issue = "27709" ) ]
781
781
#[ must_use]
782
782
#[ inline]
@@ -813,7 +813,7 @@ impl Ipv4Addr {
813
813
/// assert_eq!(Ipv4Addr::new(100, 127, 255, 255).is_shared(), true);
814
814
/// assert_eq!(Ipv4Addr::new(100, 128, 0, 0).is_shared(), false);
815
815
/// ```
816
- #[ rustc_const_unstable( feature = "const_ipv4 " , issue = "76205 " ) ]
816
+ #[ rustc_const_unstable( feature = "ip " , issue = "27709 " ) ]
817
817
#[ unstable( feature = "ip" , issue = "27709" ) ]
818
818
#[ must_use]
819
819
#[ inline]
@@ -841,7 +841,7 @@ impl Ipv4Addr {
841
841
/// assert_eq!(Ipv4Addr::new(198, 19, 255, 255).is_benchmarking(), true);
842
842
/// assert_eq!(Ipv4Addr::new(198, 20, 0, 0).is_benchmarking(), false);
843
843
/// ```
844
- #[ rustc_const_unstable( feature = "const_ipv4 " , issue = "76205 " ) ]
844
+ #[ rustc_const_unstable( feature = "ip " , issue = "27709 " ) ]
845
845
#[ unstable( feature = "ip" , issue = "27709" ) ]
846
846
#[ must_use]
847
847
#[ inline]
@@ -878,7 +878,7 @@ impl Ipv4Addr {
878
878
/// // The broadcast address is not considered as reserved for future use by this implementation
879
879
/// assert_eq!(Ipv4Addr::new(255, 255, 255, 255).is_reserved(), false);
880
880
/// ```
881
- #[ rustc_const_unstable( feature = "const_ipv4 " , issue = "76205 " ) ]
881
+ #[ rustc_const_unstable( feature = "ip " , issue = "27709 " ) ]
882
882
#[ unstable( feature = "ip" , issue = "27709" ) ]
883
883
#[ must_use]
884
884
#[ inline]
@@ -1510,7 +1510,7 @@ impl Ipv6Addr {
1510
1510
///
1511
1511
/// // For a complete overview see the IANA IPv6 Special-Purpose Address Registry.
1512
1512
/// ```
1513
- #[ rustc_const_unstable( feature = "const_ipv6 " , issue = "76205 " ) ]
1513
+ #[ rustc_const_unstable( feature = "ip " , issue = "27709 " ) ]
1514
1514
#[ unstable( feature = "ip" , issue = "27709" ) ]
1515
1515
#[ must_use]
1516
1516
#[ inline]
@@ -1562,7 +1562,7 @@ impl Ipv6Addr {
1562
1562
/// assert_eq!(Ipv6Addr::new(0, 0, 0, 0, 0, 0xffff, 0xc00a, 0x2ff).is_unique_local(), false);
1563
1563
/// assert_eq!(Ipv6Addr::new(0xfc02, 0, 0, 0, 0, 0, 0, 0).is_unique_local(), true);
1564
1564
/// ```
1565
- #[ rustc_const_unstable( feature = "const_ipv6 " , issue = "76205 " ) ]
1565
+ #[ rustc_const_unstable( feature = "ip " , issue = "27709 " ) ]
1566
1566
#[ unstable( feature = "ip" , issue = "27709" ) ]
1567
1567
#[ must_use]
1568
1568
#[ inline]
@@ -1591,7 +1591,7 @@ impl Ipv6Addr {
1591
1591
/// assert_eq!(Ipv6Addr::new(0x2001, 0xdb8, 0, 0, 0, 0, 0, 0).is_unicast(), true);
1592
1592
/// assert_eq!(Ipv6Addr::new(0xff00, 0, 0, 0, 0, 0, 0, 0).is_unicast(), false);
1593
1593
/// ```
1594
- #[ rustc_const_unstable( feature = "const_ipv6 " , issue = "76205 " ) ]
1594
+ #[ rustc_const_unstable( feature = "ip " , issue = "27709 " ) ]
1595
1595
#[ unstable( feature = "ip" , issue = "27709" ) ]
1596
1596
#[ must_use]
1597
1597
#[ inline]
@@ -1643,7 +1643,7 @@ impl Ipv6Addr {
1643
1643
/// assert_eq!(Ipv6Addr::new(0xfe80, 0, 0, 1, 0, 0, 0, 0).is_unicast_link_local(), true);
1644
1644
/// assert_eq!(Ipv6Addr::new(0xfe81, 0, 0, 0, 0, 0, 0, 0).is_unicast_link_local(), true);
1645
1645
/// ```
1646
- #[ rustc_const_unstable( feature = "const_ipv6 " , issue = "76205 " ) ]
1646
+ #[ rustc_const_unstable( feature = "ip " , issue = "27709 " ) ]
1647
1647
#[ unstable( feature = "ip" , issue = "27709" ) ]
1648
1648
#[ must_use]
1649
1649
#[ inline]
@@ -1668,7 +1668,7 @@ impl Ipv6Addr {
1668
1668
/// assert_eq!(Ipv6Addr::new(0, 0, 0, 0, 0, 0xffff, 0xc00a, 0x2ff).is_documentation(), false);
1669
1669
/// assert_eq!(Ipv6Addr::new(0x2001, 0xdb8, 0, 0, 0, 0, 0, 0).is_documentation(), true);
1670
1670
/// ```
1671
- #[ rustc_const_unstable( feature = "const_ipv6 " , issue = "76205 " ) ]
1671
+ #[ rustc_const_unstable( feature = "ip " , issue = "27709 " ) ]
1672
1672
#[ unstable( feature = "ip" , issue = "27709" ) ]
1673
1673
#[ must_use]
1674
1674
#[ inline]
@@ -1729,7 +1729,7 @@ impl Ipv6Addr {
1729
1729
/// assert_eq!(Ipv6Addr::new(0x2001, 0xdb8, 0, 0, 0, 0, 0, 0).is_unicast_global(), false);
1730
1730
/// assert_eq!(Ipv6Addr::new(0, 0, 0, 0, 0, 0xffff, 0xc00a, 0x2ff).is_unicast_global(), true);
1731
1731
/// ```
1732
- #[ rustc_const_unstable( feature = "const_ipv6 " , issue = "76205 " ) ]
1732
+ #[ rustc_const_unstable( feature = "ip " , issue = "27709 " ) ]
1733
1733
#[ unstable( feature = "ip" , issue = "27709" ) ]
1734
1734
#[ must_use]
1735
1735
#[ inline]
@@ -1758,7 +1758,7 @@ impl Ipv6Addr {
1758
1758
/// );
1759
1759
/// assert_eq!(Ipv6Addr::new(0, 0, 0, 0, 0, 0xffff, 0xc00a, 0x2ff).multicast_scope(), None);
1760
1760
/// ```
1761
- #[ rustc_const_unstable( feature = "const_ipv6 " , issue = "76205 " ) ]
1761
+ #[ rustc_const_unstable( feature = "ip " , issue = "27709 " ) ]
1762
1762
#[ unstable( feature = "ip" , issue = "27709" ) ]
1763
1763
#[ must_use]
1764
1764
#[ inline]
@@ -1818,7 +1818,7 @@ impl Ipv6Addr {
1818
1818
///
1819
1819
/// assert_eq!(Ipv6Addr::new(0x2001, 0xdb8, 0, 0, 0, 0, 0, 0).is_ipv4_mapped(), false);
1820
1820
/// ```
1821
- #[ rustc_const_unstable( feature = "const_ipv6 " , issue = "76205 " ) ]
1821
+ #[ rustc_const_unstable( feature = "ip " , issue = "27709 " ) ]
1822
1822
#[ unstable( feature = "ip" , issue = "27709" ) ]
1823
1823
#[ must_use]
1824
1824
#[ inline]
0 commit comments