mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03:00
d49906519b
Expose `Utf8Lossy` as `Utf8Chunks` This PR changes the feature for `Utf8Lossy` from `str_internals` to `utf8_lossy` and improves the API. This is done to eventually expose the API as stable. Proposal: rust-lang/libs-team#54 Tracking Issue: #99543