rust/src/libfmt_macros
Aleksey Kladov a0c186c34f remove XID and Pattern_White_Space unicode tables from libcore
They are only used by rustc_lexer, and are not needed elsewhere.

So we move the relevant definitions into rustc_lexer (while the actual
unicode data comes from the unicode-xid crate) and make the rest of
the compiler use it.
2019-09-04 13:11:11 +03:00
..
Cargo.toml remove XID and Pattern_White_Space unicode tables from libcore 2019-09-04 13:11:11 +03:00
lib.rs remove XID and Pattern_White_Space unicode tables from libcore 2019-09-04 13:11:11 +03:00
tests.rs fix tests 2019-07-30 13:28:35 -07:00