Skip to content

Commit 6c4b94b

Browse files
committed
Rustup to rustc 1.86.0-nightly (942db67 2025-02-06)
1 parent 8bbe4a0 commit 6c4b94b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

patches/0028-coretests-Disable-long-running-tests.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ index 8402833..84592e0 100644
3636
#[cfg(not(miri))] // unused in Miri
3737
macro_rules! empty_max_mut {
3838
@@ -2485,6 +2486,7 @@ take_tests! {
39-
(take_mut_oob_max_range_to_inclusive, (..=usize::MAX), None, empty_max_mut!()),
40-
(take_mut_in_bounds_max_range_from, (usize::MAX..), Some(&mut [] as _), empty_max_mut!()),
39+
(split_off_mut_oob_max_range_to_inclusive, (..=usize::MAX), None, empty_max_mut!()),
40+
(split_off_mut_in_bounds_max_range_from, (usize::MAX..), Some(&mut [] as _), empty_max_mut!()),
4141
}
4242
+*/
4343

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2025-02-05"
2+
channel = "nightly-2025-02-07"
33
components = ["rust-src", "rustc-dev", "llvm-tools"]
44
profile = "minimal"

0 commit comments

Comments
 (0)