Skip to content

Commit 04f33cc

Browse files
committed
Rustup to rustc 1.84.0-nightly (da93539 2024-10-19)
1 parent 383bb66 commit 04f33cc

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

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

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -43,26 +43,6 @@ index 8402833..84592e0 100644
4343

4444
#[test]
4545
fn test_slice_from_ptr_range() {
46-
diff --git a/lazy.rs b/lazy.rs
47-
index 711511e..49c8d78 100644
48-
--- a/lazy.rs
49-
+++ b/lazy.rs
50-
@@ -113,6 +113,7 @@ fn lazy_type_inference() {
51-
let _ = LazyCell::new(|| ());
52-
}
53-
54-
+/*
55-
#[test]
56-
#[should_panic = "LazyCell instance has previously been poisoned"]
57-
fn lazy_force_mut_panic() {
58-
@@ -123,6 +124,7 @@ fn lazy_force_mut_panic() {
59-
.unwrap_err();
60-
let _ = &*lazy;
61-
}
62-
+*/
63-
64-
#[test]
65-
fn lazy_force_mut() {
6646
--
6747
2.26.2.7.g19db9cfb68
6848

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2024-10-17"
2+
channel = "nightly-2024-10-20"
33
components = ["rust-src", "rustc-dev", "llvm-tools"]
44
profile = "minimal"

0 commit comments

Comments
 (0)