about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-03-18 13:59:53 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-03-18 13:59:53 +0000
commit1aac27e6b6f0a3cb86434803cd7a2535c7587f82 (patch)
tree844157fa4a685d54f3a91eed9391bdb23d12b965
parentdb15302b5df4055c69b286a852ec4133d568c652 (diff)
downloadrust-1aac27e6b6f0a3cb86434803cd7a2535c7587f82.tar.gz
rust-1aac27e6b6f0a3cb86434803cd7a2535c7587f82.zip
Rustup to rustc 1.79.0-nightly (eb45c8444 2024-03-17)
-rw-r--r--patches/0022-coretests-Disable-not-compiling-tests.patch2
-rw-r--r--rust-toolchain2
2 files changed, 2 insertions, 2 deletions
diff --git a/patches/0022-coretests-Disable-not-compiling-tests.patch b/patches/0022-coretests-Disable-not-compiling-tests.patch
index 5442c3cef9e..7cf7f86700e 100644
--- a/patches/0022-coretests-Disable-not-compiling-tests.patch
+++ b/patches/0022-coretests-Disable-not-compiling-tests.patch
@@ -39,6 +39,6 @@ index 42a26ae..5ac1042 100644
 +#![cfg(test)]
  #![feature(alloc_layout_extra)]
  #![feature(array_chunks)]
- #![feature(array_windows)]
+ #![feature(array_ptr_get)]
 --
 2.21.0 (Apple Git-122)
diff --git a/rust-toolchain b/rust-toolchain
index f3cd4cbe493..31aec1131e5 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2024-03-16"
+channel = "nightly-2024-03-18"
 components = ["rust-src", "rustc-dev", "llvm-tools"]