mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
55b9adfafa
Constified str::from_utf8_unchecked This would be useful for const code to use an array to construct a string using guaranteed utf8 inputs, and then create a `&str` from it.