diff options
| author | Ralf Jung <post@ralfj.de> | 2023-02-28 10:07:57 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-02-28 10:07:57 +0100 |
| commit | 229aef1f7d7d558332ad557ef19592ffc864465d (patch) | |
| tree | 2f90a923db0b0e56066655822ed8666bb105e16b | |
| parent | fd1f1fa0d10430885478276341e4afa2e2875adb (diff) | |
| download | rust-229aef1f7d7d558332ad557ef19592ffc864465d.tar.gz rust-229aef1f7d7d558332ad557ef19592ffc864465d.zip | |
add missing feature in core/tests
| -rw-r--r-- | library/core/tests/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs index 3947a64e5c6..ccb7be68eb1 100644 --- a/library/core/tests/lib.rs +++ b/library/core/tests/lib.rs @@ -67,6 +67,7 @@ #![feature(slice_internals)] #![feature(slice_partition_dedup)] #![feature(ip)] +#![feature(ip_in_core)] #![feature(iter_advance_by)] #![feature(iter_array_chunks)] #![feature(iter_collect_into)] |
