Skip to content

Commit b5f67dc

Browse files
committed
Rustup to rustc 1.52.0-nightly (45b3c28 2021-03-04)
1 parent 9406510 commit b5f67dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

patches/0027-Disable-128bit-atomic-operations.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ index 81c9e1d..65c9503 100644
3030
- unstable(feature = "integer_atomics", issue = "32976"),
3131
- rustc_const_stable(feature = "const_integer_atomics", since = "1.34.0"),
3232
- unstable(feature = "integer_atomics", issue = "32976"),
33-
- "i128", "../../../std/primitive.i128.html",
33+
- "i128",
3434
- "#![feature(integer_atomics)]\n\n",
3535
- atomic_min, atomic_max,
3636
- 16,
@@ -49,7 +49,7 @@ index 81c9e1d..65c9503 100644
4949
- unstable(feature = "integer_atomics", issue = "32976"),
5050
- rustc_const_stable(feature = "const_integer_atomics", since = "1.34.0"),
5151
- unstable(feature = "integer_atomics", issue = "32976"),
52-
- "u128", "../../../std/primitive.u128.html",
52+
- "u128",
5353
- "#![feature(integer_atomics)]\n\n",
5454
- atomic_umin, atomic_umax,
5555
- 16,

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2021-02-21
1+
nightly-2021-03-05

0 commit comments

Comments
 (0)