Skip to content

Commit b71483b

Browse files
committed
Rustup to rustc 1.84.0-nightly (8549802 2024-11-06)
1 parent e7279c8 commit b71483b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

patches/0022-coretests-Disable-not-compiling-tests.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ index 42a26ae..5ac1042 100644
3838
@@ -1,3 +1,4 @@
3939
+#![cfg(test)]
4040
// tidy-alphabetical-start
41+
#![cfg_attr(bootstrap, feature(const_three_way_compare))]
4142
#![cfg_attr(bootstrap, feature(strict_provenance))]
42-
#![cfg_attr(not(bootstrap), feature(strict_provenance_lints))]
4343
--
4444
2.21.0 (Apple Git-122)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ index 1e336bf..35e6f54 100644
1515
--- a/lib.rs
1616
+++ b/lib.rs
1717
@@ -2,7 +2,6 @@
18-
// tidy-alphabetical-start
18+
#![cfg_attr(bootstrap, feature(const_three_way_compare))]
1919
#![cfg_attr(bootstrap, feature(strict_provenance))]
2020
#![cfg_attr(not(bootstrap), feature(strict_provenance_lints))]
2121
-#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2024-11-03"
2+
channel = "nightly-2024-11-07"
33
components = ["rust-src", "rustc-dev", "llvm-tools"]
44
profile = "minimal"

0 commit comments

Comments
 (0)