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