Skip to content

Commit dcae9ac

Browse files
committed
Rustup to rustc 1.83.0-nightly (0ee7cb5 2024-09-10)
1 parent 17bcb2f commit dcae9ac

4 files changed

+3
-28
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(offset_of_nested))]
4241
#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
42+
#![cfg_attr(test, feature(cfg_match))]
4343
--
4444
2.21.0 (Apple Git-122)

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ diff --git a/lib.rs b/lib.rs
1414
index 1e336bf..35e6f54 100644
1515
--- a/lib.rs
1616
+++ b/lib.rs
17-
@@ -1,7 +1,6 @@
17+
@@ -1,6 +1,5 @@
1818
#![cfg(test)]
1919
// tidy-alphabetical-start
20-
#![cfg_attr(bootstrap, feature(offset_of_nested))]
2120
-#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
2221
#![cfg_attr(test, feature(cfg_match))]
2322
#![feature(alloc_layout_extra)]

patches/0030-stdlib-Add-missing-dbghelp-link-directive.patch

Lines changed: 0 additions & 24 deletions
This file was deleted.

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-09-03"
2+
channel = "nightly-2024-09-11"
33
components = ["rust-src", "rustc-dev", "llvm-tools"]
44
profile = "minimal"

0 commit comments

Comments
 (0)