diff options
| author | bors <bors@rust-lang.org> | 2024-05-28 09:11:11 +0000 | 
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-05-28 09:11:11 +0000 | 
| commit | f989d2f62500df1696eb797d8800a705293b43b9 (patch) | |
| tree | 125c4497b2bae272bc4c8417174023de7dbeac6e /library/core/src/lib.rs | |
| parent | c0d600385bb96cc23d3de8615ee37c01abba6c8a (diff) | |
| parent | 4aaf9f645e490c3d229134a689bd8ebf19016eba (diff) | |
| download | rust-f989d2f62500df1696eb797d8800a705293b43b9.tar.gz rust-f989d2f62500df1696eb797d8800a705293b43b9.zip | |
Auto merge of #125649 - workingjubilee:rollup-zwoum3k, r=workingjubilee
Rollup of 5 pull requests
Successful merges:
 - #125089 (Improve diagnostic output the `non_local_definitions` lint)
 - #125343 (`-Znext-solver`: eagerly normalize when adding goals)
 - #125551 (Stabilise `IpvNAddr::{BITS, to_bits, from_bits}` (`ip_bits`))
 - #125640 (Don't suggest turning non-char-literal exprs of ty `char` into string literals)
 - #125647 (update tracking issue for lazy_cell_consume)
r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'library/core/src/lib.rs')
| -rw-r--r-- | library/core/src/lib.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index 86078c8377b..89642d6226a 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -174,7 +174,6 @@ #![feature(duration_consts_float)] #![feature(internal_impls_macro)] #![feature(ip)] -#![feature(ip_bits)] #![feature(is_ascii_octdigit)] #![feature(isqrt)] #![feature(link_cfg)] | 
