about summary refs log tree commit diff
path: root/src/rustllvm/PassWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-10-04 19:32:07 +0000
committerbors <bors@rust-lang.org>2014-10-04 19:32:07 +0000
commita2e7c4da9b331d337fba0b3911c6d3d7f48e8305 (patch)
tree934452ca7ce6287103d64b086e44feac3a219b71 /src/rustllvm/PassWrapper.cpp
parente434aa1cf737b050ef79c3d7a0a7eca48c7f8e49 (diff)
parent3aea7f18894bfc35c03044688229f6de84eb42f3 (diff)
downloadrust-a2e7c4da9b331d337fba0b3911c6d3d7f48e8305.tar.gz
rust-a2e7c4da9b331d337fba0b3911c6d3d7f48e8305.zip
auto merge of #17738 : hoeppnertill/rust/master, r=alexcrichton
There is an issue with lev_distance, where
```
fn main() {
    println!("{}", "\x80".lev_distance("\x80"))
}
```
prints `2`.

This is due to using the byte length instead of the char length.
Diffstat (limited to 'src/rustllvm/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions