mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 12:05:29 +00:00
Improve performance of `String` methods by avoiding unnecessary memcpy for the character bytes, with added codegen check to ensure compliance.