diff options
| author | Ed Page <eopage@gmail.com> | 2023-03-27 21:22:36 -0500 |
|---|---|---|
| committer | Ed Page <eopage@gmail.com> | 2023-03-27 22:29:44 -0500 |
| commit | 8d2beb50c2b228f4bd6f8e2d81d82c9e1f5e5ba2 (patch) | |
| tree | de100128b6cc7933b991384b581f9cef3135724d /tests/rustdoc-js-std/parser-errors.js | |
| parent | 70e04bd88d85cab8ed110ace5a278fab106d0ef5 (diff) | |
| download | rust-8d2beb50c2b228f4bd6f8e2d81d82c9e1f5e5ba2.tar.gz rust-8d2beb50c2b228f4bd6f8e2d81d82c9e1f5e5ba2.zip | |
Allow access to `OsStr` bytes
`OsStr` has historically kept its implementation details private out of concern for locking us into a specific encoding on Windows. This is an alternative to #95290 which proposed specifying the encoding on Windows. Instead, this only specifies that for cross-platform code, `OsStr`'s encoding is a superset of UTF-8 and defines rules for safely interacting with it At minimum, this can greatly simplify the `os_str_bytes` crate and every arg parser that interacts with `OsStr` directly (which is most of those that support invalid UTF-8).
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions
