diff options
| author | bors <bors@rust-lang.org> | 2024-10-14 12:20:35 +0000 | 
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-10-14 12:20:35 +0000 | 
| commit | 17a19e684cdf3ca088af8b4da6a6209d128913f4 (patch) | |
| tree | c5079eb765379d0c131f40fd76365fd5d8a692c8 /library/core/src/lib.rs | |
| parent | f6648f252a05a0a46c865d7ec836b46290613bf9 (diff) | |
| parent | d34b9324c0557abbcd52257fdc544e8a8ff77d4d (diff) | |
| download | rust-17a19e684cdf3ca088af8b4da6a6209d128913f4.tar.gz rust-17a19e684cdf3ca088af8b4da6a6209d128913f4.zip  | |
Auto merge of #131672 - matthiaskrgr:rollup-gyzysj4, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
 - #128967 (std::fs::get_path freebsd update.)
 - #130629 (core/net: add Ipv[46]Addr::from_octets, Ipv6Addr::from_segments.)
 - #131274 (library: Const-stabilize `MaybeUninit::assume_init_mut`)
 - #131473 (compiler: `{TyAnd,}Layout` comes home)
 - #131533 (emscripten: Use the latest emsdk 3.1.68)
 - #131593 (miri: avoid cloning AllocExtra)
 - #131616 (merge const_ipv4 / const_ipv6 feature gate into 'ip' feature gate)
 - #131660 (Also use outermost const-anon for impl items in `non_local_defs` lint)
r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'library/core/src/lib.rs')
| -rw-r--r-- | library/core/src/lib.rs | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index b21618e28a4..08c0d6e34cd 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -124,11 +124,8 @@ #![feature(const_hash)] #![feature(const_heap)] #![feature(const_index_range_slice_index)] -#![feature(const_ipv4)] -#![feature(const_ipv6)] #![feature(const_likely)] #![feature(const_make_ascii)] -#![feature(const_maybe_uninit_assume_init)] #![feature(const_nonnull_new)] #![feature(const_num_midpoint)] #![feature(const_option_ext)]  | 
