rust/src/libunicode
Niko Matsakis 8fe9e4dff6 Insert coercions to fn pointer types required for the new types
post-unboxed-closure-conversion. This requires a fair amount of
annoying coercions because all the `map` etc types are defined
generically over the `F`, so the automatic coercions don't propagate;
this is compounded by the need to use `let` and not `as` due to
stage0. That said, this pattern is to a large extent temporary and
unusual.
2014-12-22 12:27:07 -05:00
..
lib.rs libunicode: fix fallout 2014-12-13 17:03:45 -05:00
normalize.rs std: Collapse SlicePrelude traits 2014-12-14 19:03:56 -08:00
tables.rs std: Collapse SlicePrelude traits 2014-12-14 19:03:56 -08:00
u_char.rs /*! -> //! 2014-11-26 16:50:14 -08:00
u_str.rs Insert coercions to fn pointer types required for the new types 2014-12-22 12:27:07 -05:00