mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
65b5cba0dd
Fix size_hint for EncodeUtf16 More realistic upper and lower bounds, and handle the case where the iterator is located within a surrogate pair. Resolves #113897