Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #127638 - adwinwhite:cache_string, r=oli-obk
Add cache for `allocate_str`
Best effort cache for string allocation in const eval.
Fixes [rust-lang/miri#3470](https://github.com/rust-lang/miri/issues/3470).