mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
8a8ed07883
i8 and u8::to_string() specialisation (far less asm). Take 2. Around 1/6th of the assembly to without specialisation. https://godbolt.org/z/bzz8Mq (partially fixes #73533 )