rust private

To start a new build commit change to repository or click New build button.
Auto merge of #46798 - Diggsey:debug-osstr, r=dtolnay
Add lossless debug implementation for unix OsStrs Fixes #22766 Invalid utf8 byte sequences are replaced with `\xFF` style escape codes, while valid utf8 goes through the normal `Debug` implementation. This is necessarily different from the windows Debug implementation, which uses `\u{xxxx}` style escape sequences for unpaired surrogates, but both implementations are consistent in that they are both lossless, and display invalid sequences in the way most similar to existing language syntax. r? @dtolnay
1.0.5740
7 years ago by bors
Failed 7 years ago in 6 min 46 sec
Job name
Tests
Status