rust/src/librustc_lexer
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
..
src remove XID and Pattern_White_Space unicode tables from libcore 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