Rustup to rustc 1.96.0-nightly (2d76d9bc7 2026-03-09)

This commit is contained in:
bjorn3
2026-03-11 12:41:29 +00:00
parent 766c19e5c4
commit 5f3d696d9d
2 changed files with 38 additions and 1 deletions
@@ -0,0 +1,37 @@
From baa9c656ba61633f2e5785fc47bc8f88ed2f738e Mon Sep 17 00:00:00 2001
From: bjorn3 <17426603+bjorn3@users.noreply.github.com>
Date: Wed, 11 Mar 2026 12:34:47 +0000
Subject: [PATCH] Add missing feature gate
---
coretests/benches/lib.rs | 1 +
coretests/tests/lib.rs | 1 +
2 file changed, 2 insertion(+)
diff --git a/coretests/benches/lib.rs b/coretests/benches/lib.rs
index 150b9b3..281aa75 100644
--- a/coretests/benches/lib.rs
+++ b/coretests/benches/lib.rs
@@ -8,6 +8,7 @@
#![feature(iter_array_chunks)]
#![feature(iter_next_chunk)]
#![feature(iter_advance_by)]
+#![feature(num_internals)]
#![feature(uint_gather_scatter_bits)]
extern crate test;
diff --git a/coretests/tests/lib.rs b/coretests/tests/lib.rs
index ecdb687..ab2cf77 100644
--- a/coretests/tests/lib.rs
+++ b/coretests/tests/lib.rs
@@ -88,6 +88,7 @@
#![feature(non_exhaustive_omitted_patterns_lint)]
#![feature(nonzero_from_str_radix)]
#![feature(numfmt)]
+#![feature(num_internals)]
#![feature(one_sided_range)]
#![feature(panic_internals)]
#![feature(pattern)]
--
2.43.0
+1 -1
View File
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2026-03-06"
channel = "nightly-2026-03-10"
components = ["rust-src", "rustc-dev", "llvm-tools", "rustfmt"]
profile = "minimal"