mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Rustup to rustc 1.96.0-nightly (2d76d9bc7 2026-03-09)
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user