@@ -1360,8 +1360,7 @@ Returns the previous value.
1360
1360
# Examples
1361
1361
1362
1362
```
1363
- ", $extra_feature, "#![feature(atomic_nand)]
1364
-
1363
+ ", $extra_feature, "
1365
1364
use std::sync::atomic::{", stringify!($atomic_type), ", Ordering};
1366
1365
1367
1366
let foo = ", stringify!($atomic_type), "::new(0x13);
@@ -1555,7 +1554,7 @@ atomic_int! {
1555
1554
unstable(feature = "integer_atomics", issue = "32976"),
1556
1555
unstable(feature = "integer_atomics", issue = "32976"),
1557
1556
unstable(feature = "integer_atomics", issue = "32976"),
1558
- unstable(feature = "atomic_nand ", issue = "13226 "),
1557
+ unstable(feature = "integer_atomics ", issue = "32976 "),
1559
1558
"i8", "../../../std/primitive.i8.html",
1560
1559
"#![feature(integer_atomics)]\n\n",
1561
1560
atomic_min, atomic_max,
@@ -1568,7 +1567,7 @@ atomic_int! {
1568
1567
unstable(feature = "integer_atomics", issue = "32976"),
1569
1568
unstable(feature = "integer_atomics", issue = "32976"),
1570
1569
unstable(feature = "integer_atomics", issue = "32976"),
1571
- unstable(feature = "atomic_nand ", issue = "13226 "),
1570
+ unstable(feature = "integer_atomics ", issue = "32976 "),
1572
1571
"u8", "../../../std/primitive.u8.html",
1573
1572
"#![feature(integer_atomics)]\n\n",
1574
1573
atomic_umin, atomic_umax,
@@ -1581,7 +1580,7 @@ atomic_int! {
1581
1580
unstable(feature = "integer_atomics", issue = "32976"),
1582
1581
unstable(feature = "integer_atomics", issue = "32976"),
1583
1582
unstable(feature = "integer_atomics", issue = "32976"),
1584
- unstable(feature = "atomic_nand ", issue = "13226 "),
1583
+ unstable(feature = "integer_atomics ", issue = "32976 "),
1585
1584
"i16", "../../../std/primitive.i16.html",
1586
1585
"#![feature(integer_atomics)]\n\n",
1587
1586
atomic_min, atomic_max,
@@ -1594,7 +1593,7 @@ atomic_int! {
1594
1593
unstable(feature = "integer_atomics", issue = "32976"),
1595
1594
unstable(feature = "integer_atomics", issue = "32976"),
1596
1595
unstable(feature = "integer_atomics", issue = "32976"),
1597
- unstable(feature = "atomic_nand ", issue = "13226 "),
1596
+ unstable(feature = "integer_atomics ", issue = "32976 "),
1598
1597
"u16", "../../../std/primitive.u16.html",
1599
1598
"#![feature(integer_atomics)]\n\n",
1600
1599
atomic_umin, atomic_umax,
@@ -1607,7 +1606,7 @@ atomic_int! {
1607
1606
unstable(feature = "integer_atomics", issue = "32976"),
1608
1607
unstable(feature = "integer_atomics", issue = "32976"),
1609
1608
unstable(feature = "integer_atomics", issue = "32976"),
1610
- unstable(feature = "atomic_nand ", issue = "13226 "),
1609
+ unstable(feature = "integer_atomics ", issue = "32976 "),
1611
1610
"i32", "../../../std/primitive.i32.html",
1612
1611
"#![feature(integer_atomics)]\n\n",
1613
1612
atomic_min, atomic_max,
@@ -1620,7 +1619,7 @@ atomic_int! {
1620
1619
unstable(feature = "integer_atomics", issue = "32976"),
1621
1620
unstable(feature = "integer_atomics", issue = "32976"),
1622
1621
unstable(feature = "integer_atomics", issue = "32976"),
1623
- unstable(feature = "atomic_nand ", issue = "13226 "),
1622
+ unstable(feature = "integer_atomics ", issue = "32976 "),
1624
1623
"u32", "../../../std/primitive.u32.html",
1625
1624
"#![feature(integer_atomics)]\n\n",
1626
1625
atomic_umin, atomic_umax,
@@ -1633,7 +1632,7 @@ atomic_int! {
1633
1632
unstable(feature = "integer_atomics", issue = "32976"),
1634
1633
unstable(feature = "integer_atomics", issue = "32976"),
1635
1634
unstable(feature = "integer_atomics", issue = "32976"),
1636
- unstable(feature = "atomic_nand ", issue = "13226 "),
1635
+ unstable(feature = "integer_atomics ", issue = "32976 "),
1637
1636
"i64", "../../../std/primitive.i64.html",
1638
1637
"#![feature(integer_atomics)]\n\n",
1639
1638
atomic_min, atomic_max,
@@ -1646,7 +1645,7 @@ atomic_int! {
1646
1645
unstable(feature = "integer_atomics", issue = "32976"),
1647
1646
unstable(feature = "integer_atomics", issue = "32976"),
1648
1647
unstable(feature = "integer_atomics", issue = "32976"),
1649
- unstable(feature = "atomic_nand ", issue = "13226 "),
1648
+ unstable(feature = "integer_atomics ", issue = "32976 "),
1650
1649
"u64", "../../../std/primitive.u64.html",
1651
1650
"#![feature(integer_atomics)]\n\n",
1652
1651
atomic_umin, atomic_umax,
@@ -1659,7 +1658,7 @@ atomic_int!{
1659
1658
stable(feature = "atomic_debug", since = "1.3.0"),
1660
1659
stable(feature = "atomic_access", since = "1.15.0"),
1661
1660
stable(feature = "atomic_from", since = "1.23.0"),
1662
- unstable (feature = "atomic_nand", issue = "13226 "),
1661
+ stable (feature = "atomic_nand", since = "1.27.0 "),
1663
1662
"isize", "../../../std/primitive.isize.html",
1664
1663
"",
1665
1664
atomic_min, atomic_max,
@@ -1672,7 +1671,7 @@ atomic_int!{
1672
1671
stable(feature = "atomic_debug", since = "1.3.0"),
1673
1672
stable(feature = "atomic_access", since = "1.15.0"),
1674
1673
stable(feature = "atomic_from", since = "1.23.0"),
1675
- unstable (feature = "atomic_nand", issue = "13226 "),
1674
+ stable (feature = "atomic_nand", since = "1.27.0 "),
1676
1675
"usize", "../../../std/primitive.usize.html",
1677
1676
"",
1678
1677
atomic_umin, atomic_umax,
0 commit comments