Skip to content

Commit 7bdafb5

Browse files
committed
Rustup to rustc 1.82.0-nightly (8e86c9567 2024-08-01)
1 parent e47c930 commit 7bdafb5

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ index 42a26ae..5ac1042 100644
3737
+++ b/lib.rs
3838
@@ -1,3 +1,4 @@
3939
+#![cfg(test)]
40-
#![feature(alloc_layout_extra)]
41-
#![feature(array_chunks)]
42-
#![feature(array_ptr_get)]
40+
// tidy-alphabetical-start
41+
#![cfg_attr(bootstrap, feature(offset_of_nested))]
42+
#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
4343
--
4444
2.21.0 (Apple Git-122)

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ Cranelift doesn't support them yet
1111
4 files changed, 4 insertions(+), 50 deletions(-)
1212

1313
diff --git a/lib.rs b/lib.rs
14-
index 897a5e9..331f66f 100644
14+
index 1e336bf..35e6f54 100644
1515
--- a/lib.rs
1616
+++ b/lib.rs
17-
@@ -93,7 +93,6 @@
18-
#![feature(const_option)]
19-
#![feature(const_option_ext)]
20-
#![feature(const_result)]
17+
@@ -1,7 +1,6 @@
18+
#![cfg(test)]
19+
// tidy-alphabetical-start
20+
#![cfg_attr(bootstrap, feature(offset_of_nested))]
2121
-#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
2222
#![cfg_attr(test, feature(cfg_match))]
23-
#![feature(int_roundings)]
24-
#![feature(split_array)]
23+
#![feature(alloc_layout_extra)]
24+
#![feature(array_chunks)]
2525
diff --git a/atomic.rs b/atomic.rs
2626
index b735957..ea728b6 100644
2727
--- a/atomic.rs

patches/stdlib-lock.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ dependencies = [
5858

5959
[[package]]
6060
name = "compiler_builtins"
61-
version = "0.1.106"
61+
version = "0.1.114"
6262
source = "registry+https://github.com/rust-lang/crates.io-index"
63-
checksum = "f4ab134a739bafec76aa91ccb15d519a54e569350644a1fea6528d5a0d407e22"
63+
checksum = "eb58b199190fcfe0846f55a3b545cd6b07a34bdd5930a476ff856f3ebcc5558a"
6464
dependencies = [
6565
"cc",
6666
"rustc-std-workspace-core",

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

0 commit comments

Comments
 (0)