diff options
| author | John Schmidt <john.schmidt.h@gmail.com> | 2014-05-31 13:02:29 +0200 |
|---|---|---|
| committer | John <john.schmidt.h@gmail.com> | 2014-06-30 18:50:32 +0200 |
| commit | 3d84b4be3d7691026993d5c733bc26cc637e7c50 (patch) | |
| tree | a86da659fa4c8602ffe111ba4004afca011b9ff5 /src/rustllvm/ExecutionEngineWrapper.cpp | |
| parent | b569c77148e8e839b38b678c7c167efc643d2721 (diff) | |
| download | rust-3d84b4be3d7691026993d5c733bc26cc637e7c50.tar.gz rust-3d84b4be3d7691026993d5c733bc26cc637e7c50.zip | |
Add `utf16_units`
This deprecates `.to_utf16`. `x.to_utf16()` should be replaced by either `x.utf16_units().collect::<Vec<u16>>()` (the type annotation may be optional), or just `x.utf16_units()` directly, if it can be used in an iterator context. Closes #14358 [breaking-change]
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
