Skip to content

Commit ff0b834

Browse files
committed
Rustup to rustc 1.59.0-nightly (0fb1c371d 2021-12-06)
1 parent 7d34d3a commit ff0b834

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ diff --git a/library/core/tests/slice.rs b/library/core/tests/slice.rs
1111
index 2c8f00a..44847ee 100644
1212
--- a/library/core/tests/slice.rs
1313
+++ b/library/core/tests/slice.rs
14-
@@ -2332,6 +2332,8 @@ macro_rules! empty_max_mut {
14+
@@ -2332,7 +2332,8 @@ macro_rules! empty_max_mut {
1515
};
1616
}
1717

18-
+// These tests take way too long without optimizations
1918
+/*
19+
#[cfg(not(miri))] // Comparing usize::MAX many elements takes forever in Miri (and in rustc without optimizations)
2020
take_tests! {
2121
slice: &[(); usize::MAX], method: take,
2222
(take_in_bounds_max_range_to, (..usize::MAX), Some(EMPTY_MAX), &[(); 0]),

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-2021-12-02"
2+
channel = "nightly-2021-12-07"
33
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]

0 commit comments

Comments
 (0)