Files
rust/library/coretests/tests
Stuart Cook 027c7a5d85 Rollup merge of #141744 - GrigorenkoPV:ip_from, r=Amanieu
Stabilize `ip_from`

Tracking issue: rust-lang/rust#131360

Stabilizes and const-stabilizes the following APIs:
```rust
// core::net
impl Ipv4Addr {
    pub const fn from_octets(octets: [u8; 4]) -> Ipv4Addr;
}
impl Ipv6Addr {
    pub const fn from_octets(octets: [u8; 16]) -> Ipv6Addr;
    pub const fn from_segments(segments: [u16; 8]) -> Ipv6Addr;
}
```

Closes rust-lang/rust#131360

```@rustbot``` label +needs-fcp
2025-08-19 14:18:15 +10:00
..
2025-06-12 12:53:14 -04:00
2025-07-19 15:17:04 +00:00
2025-07-09 16:37:11 +00:00
2025-05-13 12:34:53 +09:00
2025-06-19 12:08:24 +00:00
2025-06-25 17:06:49 -07:00
2025-07-28 12:12:40 +02:00
2025-05-12 15:33:37 +02:00
2025-03-28 10:18:04 +01:00
2025-08-01 08:55:50 +03:00
2025-07-27 23:03:07 -07:00