bors 0bcfd2d96e Auto merge of #108273 - tspiteri:const_slice_split_at_not_mut, r=dtolnay
Stabilize const slice::split_at

This stabilizes the use of the following method in const context:

```rust
impl<T> [T] {
    pub const fn split_at(&self, mid: usize) -> (&[T], &[T]);
}
```

cc tracking issue #101158
2023-05-15 03:54:33 +00:00
..
2023-05-03 22:09:33 -07:00
2023-05-07 10:52:01 +02:00
2023-05-03 11:56:55 +02:00
2023-05-04 14:30:20 -07:00
2023-05-10 19:36:01 +02:00
2023-04-30 15:40:54 +02:00
2023-05-06 14:42:07 -07:00
2023-04-28 08:47:55 -07:00
2023-05-06 13:28:38 +02:00