rust/src/libunicode
P1start d9769ec383 Parse fully-qualified associated types in generics without whitespace
This breaks code that looks like this:

    let x = foo as bar << 13;

Change such code to look like this:

    let x = (foo as bar) << 13;

Closes #17362.

[breaking-change]
2014-12-25 18:58:47 +13:00
..
lib.rs std: Stabilize the std::str module 2014-12-21 19:09:55 -08: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 Parse fully-qualified associated types in generics without whitespace 2014-12-25 18:58:47 +13:00