rust/compiler/rustc_expand
Aleksey Kladov 850c3219fb Move jointness censoring to proc_macro
Proc-macro API currently exposes jointness in `Punct` tokens. That is,
`+` in `+one` is **non** joint.

Our lexer produces jointness info for all tokens, so we need to censor
it *somewhere*

Previously we did this in a lexer, but it makes more sense to do this
in a proc-macro server.
2020-09-03 15:22:07 +02:00
..
src Move jointness censoring to proc_macro 2020-09-03 15:22:07 +02:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00