rust/compiler/rustc_expand
Aleksey Kladov ccffea5b6b Move lexer unit tests to rustc_lexer
StringReader is an intornal abstraction which at the moment changes a
lot, so these unit tests cause quite a bit of friction.

Moving them to rustc_lexer and more ingerated-testing style should
make them much less annoying, hopefully without decreasing their
usefulness much.

Note that coloncolon tests are removed (it's unclear what those are
testing).

\r\n tests are removed as well, as we normalize line endings even
before lexing.
2020-08-30 19:53:36 +02:00
..
src Move lexer unit tests to rustc_lexer 2020-08-30 19:53:36 +02:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00