rust/compiler/rustc_arena/src
Josh Stone 92bf40ffe3 rustc_arena: add alloc_str
Two places called `from_utf8_unchecked` for strings from `alloc_slice`,
and one's SAFETY comment said this was for lack of `alloc_str` -- so
let's just add that instead!
2023-12-05 17:52:51 -08:00
..
lib.rs rustc_arena: add alloc_str 2023-12-05 17:52:51 -08:00
tests.rs rustc_arena: remove a couple of ref patterns 2022-11-22 18:49:29 +00:00