mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
8ae89893be
Delegate `<CStr as Debug>` to `ByteStr` This allows UTF-8 characters to be printed without escapes, rather than just ASCII. r? `@joshtriplett`