rust/compiler
Dylan DPC 85cee57fd7
Rollup merge of #76285 - matklad:censor-spacing, r=petrochenkov
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.

r? @petrochenkov
2020-09-05 16:28:36 +02:00
..
2020-09-03 23:28:22 +02:00
2020-09-03 23:28:22 +02:00
2020-09-04 18:28:20 +02:00
2020-09-04 17:47:51 +02:00
2020-09-04 17:47:51 +02:00
2020-09-03 23:28:22 +02:00
2020-09-04 17:47:51 +02:00
2020-09-04 19:17:57 -04:00
2020-09-04 17:47:51 +02:00