mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
09d5bcf1ad
Improve performance of `String` methods by avoiding unnecessary memcpy for the character bytes, with added codegen check to ensure compliance.