Maybe Waffle cf6f64a963 Make slice->str conversion and related functions const
This commit makes the following functions from `core::str` `const fn`:
- `from_utf8[_mut]` (`feature(const_str_from_utf8)`)
- `from_utf8_unchecked_mut` (`feature(const_str_from_utf8_unchecked_mut)`)
- `Utf8Error::{valid_up_to,error_len}` (`feature(const_str_from_utf8)`)
2021-11-18 00:50:42 +03:00
..
2021-05-20 19:42:29 -07:00
2021-08-24 17:56:39 +02:00
2021-08-18 03:55:36 +01:00
2021-05-20 19:42:29 -07:00
2021-08-13 15:27:30 +02:00