|
| 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/library/coretests/benches/lib.rs b/library/coretests/benches/lib.rs |
| 12 | +index 150b9b3..281aa75 100644 |
| 13 | +--- a/library/coretests/benches/lib.rs |
| 14 | ++++ b/library/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/library/coretests/tests/lib.rs b/library/coretests/tests/lib.rs |
| 24 | +index ecdb687..ab2cf77 100644 |
| 25 | +--- a/library/coretests/tests/lib.rs |
| 26 | ++++ b/library/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 | + |
0 commit comments