mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
2999003be8
Use escaped byte string representation for CString Debug Faithfully represent the contents of the CString and CStr in their Debug impl, by treating them as byte strings with our default escaping to ascii representation. Add impl Debug for CStr. Fixes #26964.