We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9477e commit a938161Copy full SHA for a938161
rust-src.diff
@@ -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 @@
-nightly-2023-01-13
+nightly-2023-02-28
0 commit comments