1
Fork 0

Rustup to rustc 1.52.0-nightly (45b3c2851 2021-03-04)

This commit is contained in:
bjorn3 2021-03-05 10:58:30 +01:00
parent 9406510cee
commit b5f67dc703
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ index 81c9e1d..65c9503 100644
- unstable(feature = "integer_atomics", issue = "32976"),
- rustc_const_stable(feature = "const_integer_atomics", since = "1.34.0"),
- unstable(feature = "integer_atomics", issue = "32976"),
- "i128", "../../../std/primitive.i128.html",
- "i128",
- "#![feature(integer_atomics)]\n\n",
- atomic_min, atomic_max,
- 16,
@ -49,7 +49,7 @@ index 81c9e1d..65c9503 100644
- unstable(feature = "integer_atomics", issue = "32976"),
- rustc_const_stable(feature = "const_integer_atomics", since = "1.34.0"),
- unstable(feature = "integer_atomics", issue = "32976"),
- "u128", "../../../std/primitive.u128.html",
- "u128",
- "#![feature(integer_atomics)]\n\n",
- atomic_umin, atomic_umax,
- 16,

View file

@ -1 +1 @@
nightly-2021-02-21
nightly-2021-03-05