Rustup to rustc 1.84.0-nightly (854980293 2024-11-06)

This commit is contained in:
bjorn3 2024-11-07 10:40:15 +00:00
parent e7279c86be
commit b71483b2a1
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -15,7 +15,7 @@ index 1e336bf..35e6f54 100644
--- a/lib.rs --- a/lib.rs
+++ b/lib.rs +++ b/lib.rs
@@ -2,7 +2,6 @@ @@ -2,7 +2,6 @@
// tidy-alphabetical-start #![cfg_attr(bootstrap, feature(const_three_way_compare))]
#![cfg_attr(bootstrap, feature(strict_provenance))] #![cfg_attr(bootstrap, feature(strict_provenance))]
#![cfg_attr(not(bootstrap), feature(strict_provenance_lints))] #![cfg_attr(not(bootstrap), feature(strict_provenance_lints))]
-#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))] -#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]

View File

@ -1,4 +1,4 @@
[toolchain] [toolchain]
channel = "nightly-2024-11-03" channel = "nightly-2024-11-07"
components = ["rust-src", "rustc-dev", "llvm-tools"] components = ["rust-src", "rustc-dev", "llvm-tools"]
profile = "minimal" profile = "minimal"