Rustup to rustc 1.84.0-nightly (4f2f477fd 2024-10-23)

This commit is contained in:
bjorn3 2024-10-24 09:16:08 +00:00
parent 0093a4b920
commit 3f06952be3
3 changed files with 6 additions and 5 deletions

View File

@ -38,7 +38,7 @@ index 42a26ae..5ac1042 100644
@@ -1,3 +1,4 @@
+#![cfg(test)]
// tidy-alphabetical-start
#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
#![cfg_attr(test, feature(cfg_match))]
#![cfg_attr(bootstrap, feature(strict_provenance))]
#![cfg_attr(not(bootstrap), feature(strict_provenance_lints))]
--
2.21.0 (Apple Git-122)

View File

@ -14,9 +14,10 @@ diff --git a/lib.rs b/lib.rs
index 1e336bf..35e6f54 100644
--- a/lib.rs
+++ b/lib.rs
@@ -1,6 +1,5 @@
#![cfg(test)]
@@ -2,7 +2,6 @@
// tidy-alphabetical-start
#![cfg_attr(bootstrap, feature(strict_provenance))]
#![cfg_attr(not(bootstrap), feature(strict_provenance_lints))]
-#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
#![cfg_attr(test, feature(cfg_match))]
#![feature(alloc_layout_extra)]

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2024-10-20"
channel = "nightly-2024-10-24"
components = ["rust-src", "rustc-dev", "llvm-tools"]
profile = "minimal"