From: bors Date: Mon, 30 Jun 2014 19:26:35 +0000 (+0000) Subject: auto merge of #14613 : schmee/rust/utf16-iterator, r=huonw X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=a345c543344b8ff4f3aeecb816856101443bf907;p=rust.git auto merge of #14613 : schmee/rust/utf16-iterator, r=huonw Closes #14358. ~~The tests are not yet moved to `utf16_iter`, so this probably won't compile. I'm submitting this PR anyway so it can be reviewed and since it was mentioned in #14611.~~ EDIT: Tests now use `utf16_iter`. This deprecates `.to_utf16`. `x.to_utf16()` should be replaced by either `x.utf16_iter().collect::>()` (the type annotation may be optional), or just `x.utf16_iter()` directly, if it can be used in an iterator context. [breaking-change] cc @huonw --- a345c543344b8ff4f3aeecb816856101443bf907