Rustup to rustc 1.84.0-nightly (da935398d 2024-10-19)

This commit is contained in:
bjorn3 2024-10-20 14:14:00 +00:00
parent 383bb665d2
commit 04f33cc839
2 changed files with 1 additions and 21 deletions

View File

@ -43,26 +43,6 @@ index 8402833..84592e0 100644
#[test]
fn test_slice_from_ptr_range() {
diff --git a/lazy.rs b/lazy.rs
index 711511e..49c8d78 100644
--- a/lazy.rs
+++ b/lazy.rs
@@ -113,6 +113,7 @@ fn lazy_type_inference() {
let _ = LazyCell::new(|| ());
}
+/*
#[test]
#[should_panic = "LazyCell instance has previously been poisoned"]
fn lazy_force_mut_panic() {
@@ -123,6 +124,7 @@ fn lazy_force_mut_panic() {
.unwrap_err();
let _ = &*lazy;
}
+*/
#[test]
fn lazy_force_mut() {
--
2.26.2.7.g19db9cfb68

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2024-10-17"
channel = "nightly-2024-10-20"
components = ["rust-src", "rustc-dev", "llvm-tools"]
profile = "minimal"