about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-05-31 13:02:29 +0200
committerJohn <john.schmidt.h@gmail.com>2014-06-30 18:50:32 +0200
commit3d84b4be3d7691026993d5c733bc26cc637e7c50 (patch)
treea86da659fa4c8602ffe111ba4004afca011b9ff5 /src/rustllvm/ExecutionEngineWrapper.cpp
parentb569c77148e8e839b38b678c7c167efc643d2721 (diff)
downloadrust-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