diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-01-28 11:11:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-28 11:11:06 +0100 |
| commit | 36ef4f15d3eb03d6a99657d13ef06209263c2cf9 (patch) | |
| tree | be456720f313b28db95ef1cfe291a716e6dd6cc3 /library/std/src/lib.rs | |
| parent | e3048c78384d1cd7b70a0bb122d385cb67eeb06f (diff) | |
| parent | 50f29d48bd5fb17b7b1669b842aba89bbe9bef6d (diff) | |
Rollup merge of #104252 - faern:stabilize-const_socketaddr, r=JohnTitor
Stabilize the const_socketaddr feature Stabilizes `#![feature(const_socketaddr)]`. Tracking issue: #82485 Closes #82485 This has been unstably const for over a year now. And the code change simplifying the constness of the `new` constructors has been in stable Rust since 1.64 (a bit over a full release cycle). I'm not aware of any blockers to this stabilization.
Diffstat (limited to 'library/std/src/lib.rs')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 99cc0186310..762f7a7c9a1 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -358,7 +358,6 @@ #![feature(const_ip)] #![feature(const_ipv4)] #![feature(const_ipv6)] -#![feature(const_socketaddr)] #![feature(thread_local_internals)] // #![default_lib_allocator] |
