Skip to content

Commit 5f3d696

Browse files
committed
Rustup to rustc 1.96.0-nightly (2d76d9bc7 2026-03-09)
1 parent 766c19e commit 5f3d696

2 files changed

Lines changed: 38 additions & 1 deletion

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
From baa9c656ba61633f2e5785fc47bc8f88ed2f738e Mon Sep 17 00:00:00 2001
2+
From: bjorn3 <17426603+bjorn3@users.noreply.github.com>
3+
Date: Wed, 11 Mar 2026 12:34:47 +0000
4+
Subject: [PATCH] Add missing feature gate
5+
6+
---
7+
coretests/benches/lib.rs | 1 +
8+
coretests/tests/lib.rs | 1 +
9+
2 file changed, 2 insertion(+)
10+
11+
diff --git a/coretests/benches/lib.rs b/coretests/benches/lib.rs
12+
index 150b9b3..281aa75 100644
13+
--- a/coretests/benches/lib.rs
14+
+++ b/coretests/benches/lib.rs
15+
@@ -8,6 +8,7 @@
16+
#![feature(iter_array_chunks)]
17+
#![feature(iter_next_chunk)]
18+
#![feature(iter_advance_by)]
19+
+#![feature(num_internals)]
20+
#![feature(uint_gather_scatter_bits)]
21+
22+
extern crate test;
23+
diff --git a/coretests/tests/lib.rs b/coretests/tests/lib.rs
24+
index ecdb687..ab2cf77 100644
25+
--- a/coretests/tests/lib.rs
26+
+++ b/coretests/tests/lib.rs
27+
@@ -88,6 +88,7 @@
28+
#![feature(non_exhaustive_omitted_patterns_lint)]
29+
#![feature(nonzero_from_str_radix)]
30+
#![feature(numfmt)]
31+
+#![feature(num_internals)]
32+
#![feature(one_sided_range)]
33+
#![feature(panic_internals)]
34+
#![feature(pattern)]
35+
--
36+
2.43.0
37+

rust-toolchain.toml

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

0 commit comments

Comments
 (0)