Skip to content

Commit

Permalink
Auto merge of #108273 - tspiteri:const_slice_split_at_not_mut, r=dtolnay
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed May 15, 2023
2 parents 324d7c3 + ef95b20 commit 43399d6
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 43399d6

Please sign in to comment.