mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
a6138ec142
Implement `OsStr::split_at` See rust-lang/rust#156199 This allows splitting only on valid UTF-8 boundaries, regardless of the platform, which avoids cross-platform landmines.