rust/compiler/rustc_arena
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
..
src rustc_arena: add `alloc_str` 2023-12-05 17:52:51 -08:00
Cargo.toml Clean up `rustc_*/Cargo.toml`. 2023-10-30 08:46:02 +11:00