diff options
author | Trevor Spiteri <tspiteri@ieee.org> | 2023-02-20 16:55:24 +0100 |
---|---|---|
committer | Trevor Spiteri <tspiteri@ieee.org> | 2023-02-20 17:06:44 +0100 |
commit | b46b05d1d2374a788787ce3d850d06794a6174c0 (patch) | |
tree | ca12d2ca58cc4dce61dd0c2a10398784ff07b8fa /tests/rustdoc-js-std/parser-errors.js | |
parent | e7eaed21d50d7bfb8d614d6ee7fcea940b39185d (diff) | |
download | rust-b46b05d1d2374a788787ce3d850d06794a6174c0.tar.gz |
Stabilize const slice::split_at
This stabilizes the use of the following method in const context:
impl<T> [T] {
pub const fn split_at(&self, mid: usize) -> (&[T], &[T]);
}
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions