From 195529a30fa74ccc143073e390bbbaa42a62149a Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Thu, 15 Feb 2024 20:50:07 +0100 Subject: [PATCH] Update to 2024-02-15 rustc version --- patches/0022-core-Disable-not-compiling-tests.patch | 4 +--- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/patches/0022-core-Disable-not-compiling-tests.patch b/patches/0022-core-Disable-not-compiling-tests.patch index 4db56fa3bd2..a7d523f9408 100644 --- a/patches/0022-core-Disable-not-compiling-tests.patch +++ b/patches/0022-core-Disable-not-compiling-tests.patch @@ -39,6 +39,4 @@ index 42a26ae..5ac1042 100644 +#![cfg(test)] #![feature(alloc_layout_extra)] #![feature(array_chunks)] - #![feature(array_methods)] --- -2.21.0 (Apple Git-122) + #![feature(array_windows)] diff --git a/rust-toolchain b/rust-toolchain index 1962c217258..1fe89851570 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-11-17" +channel = "nightly-2024-02-15" components = ["rust-src", "rustc-dev", "llvm-tools-preview"]