about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-02-07 20:01:00 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-02-07 20:01:00 +0000
commit6c4b94bf3352f790db4fcb36a402cac27b296fb8 (patch)
tree4483066e2253291140721dbfde6cd17a0496de3a
parent8bbe4a022d7505b5313a463a5b359832a3ed5258 (diff)
downloadrust-6c4b94bf3352f790db4fcb36a402cac27b296fb8.tar.gz
rust-6c4b94bf3352f790db4fcb36a402cac27b296fb8.zip
Rustup to rustc 1.86.0-nightly (942db6782 2025-02-06)
-rw-r--r--patches/0028-coretests-Disable-long-running-tests.patch4
-rw-r--r--rust-toolchain2
2 files changed, 3 insertions, 3 deletions
diff --git a/patches/0028-coretests-Disable-long-running-tests.patch b/patches/0028-coretests-Disable-long-running-tests.patch
index 5a38dffa24f..f5ae66c0eb1 100644
--- a/patches/0028-coretests-Disable-long-running-tests.patch
+++ b/patches/0028-coretests-Disable-long-running-tests.patch
@@ -36,8 +36,8 @@ index 8402833..84592e0 100644
  #[cfg(not(miri))] // unused in Miri
  macro_rules! empty_max_mut {
 @@ -2485,6 +2486,7 @@ take_tests! {
-     (take_mut_oob_max_range_to_inclusive, (..=usize::MAX), None, empty_max_mut!()),
-     (take_mut_in_bounds_max_range_from, (usize::MAX..), Some(&mut [] as _), empty_max_mut!()),
+     (split_off_mut_oob_max_range_to_inclusive, (..=usize::MAX), None, empty_max_mut!()),
+     (split_off_mut_in_bounds_max_range_from, (usize::MAX..), Some(&mut [] as _), empty_max_mut!()),
  }
 +*/
  
diff --git a/rust-toolchain b/rust-toolchain
index 62efc715ce0..8d423319fa9 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,4 +1,4 @@
 [toolchain]
-channel = "nightly-2025-02-05"
+channel = "nightly-2025-02-07"
 components = ["rust-src", "rustc-dev", "llvm-tools"]
 profile = "minimal"