Skip to content

Commit 1aac27e

Browse files
committed
Rustup to rustc 1.79.0-nightly (eb45c84 2024-03-17)
1 parent db15302 commit 1aac27e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ index 42a26ae..5ac1042 100644
3939
+#![cfg(test)]
4040
#![feature(alloc_layout_extra)]
4141
#![feature(array_chunks)]
42-
#![feature(array_windows)]
42+
#![feature(array_ptr_get)]
4343
--
4444
2.21.0 (Apple Git-122)

rust-toolchain

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

0 commit comments

Comments
 (0)