We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9406510 commit b5f67dcCopy full SHA for b5f67dc
patches/0027-Disable-128bit-atomic-operations.patch
@@ -30,7 +30,7 @@ index 81c9e1d..65c9503 100644
30
- unstable(feature = "integer_atomics", issue = "32976"),
31
- rustc_const_stable(feature = "const_integer_atomics", since = "1.34.0"),
32
33
-- "i128", "../../../std/primitive.i128.html",
+- "i128",
34
- "#![feature(integer_atomics)]\n\n",
35
- atomic_min, atomic_max,
36
- 16,
@@ -49,7 +49,7 @@ index 81c9e1d..65c9503 100644
49
50
51
52
-- "u128", "../../../std/primitive.u128.html",
+- "u128",
53
54
- atomic_umin, atomic_umax,
55
rust-toolchain
@@ -1 +1 @@
1
-nightly-2021-02-21
+nightly-2021-03-05
0 commit comments