Skip to content

Commit a938161

Browse files
committed
fix build
1 parent 3f9477e commit a938161

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

rust-src.diff

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs
2+
index 3947a64e5c6..ccb7be68eb1 100644
3+
--- a/library/core/tests/lib.rs
4+
+++ b/library/core/tests/lib.rs
5+
@@ -67,6 +67,7 @@
6+
#![feature(slice_internals)]
7+
#![feature(slice_partition_dedup)]
8+
#![feature(ip)]
9+
+#![feature(ip_in_core)]
10+
#![feature(iter_advance_by)]
11+
#![feature(iter_array_chunks)]
12+
#![feature(iter_collect_into)]

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2023-01-13
1+
nightly-2023-02-28

0 commit comments

Comments
 (0)