mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 19:45:33 +00:00
Add `display` method to `OsStr` for lossy display of an `OsStr` which may contain invalid unicode. Invalid Unicode sequences are replaced with `U+FFFD REPLACEMENT CHARACTER`. This change also makes the `std::ffi::os_str` module public.