]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #8260 : omasanori/rust/fix-extra-unicode, r=pcwalton
authorbors <bors@rust-lang.org>
Sun, 4 Aug 2013 21:43:51 +0000 (14:43 -0700)
committerbors <bors@rust-lang.org>
Sun, 4 Aug 2013 21:43:51 +0000 (14:43 -0700)
WIth this patch `RUSTFLAGS='--cfg unicode' make check"` passed successfully.

* Why doesn't `#[link_name="icuuc"]` make libextra to link against libicuuc.so?
* In `extra::unicode::tests`, `use unicode; unicode::is_foo('a')` failed but `use unicode::*; is_foo('a')` succeeded. Is it right?


Trivial merge