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-08-30 22:57:54 +03:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-09-03 23:28:22 +02:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-09-02 03:19:38 +00:00
2020-08-30 18:45:07 +03:00
2020-09-02 13:18:19 +02:00
2020-09-04 17:47:51 +02:00
2020-09-04 17:47:51 +02:00
2020-09-02 22:16:22 +00:00
2020-09-03 23:27:45 +00:00
2020-09-01 18:24:35 -07:00
2020-09-02 10:43:17 +03:00
2020-09-03 23:28:22 +02:00
2020-09-01 22:06:47 +01:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-09-04 09:24:44 +02:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-09-04 18:28:20 +02:00
2020-09-03 23:27:45 +00:00
2020-09-02 00:40:19 +03:00
2020-09-04 17:47:51 +02:00
2020-09-02 22:26:37 +03:00
2020-09-04 17:47:51 +02:00
2020-09-05 16:28:30 +02:00
2020-09-05 16:28:34 +02:00
2020-09-04 17:47:51 +02:00
2020-09-03 23:28:22 +02:00
2020-08-30 18:45:07 +03:00
2020-09-05 09:35:17 +00:00
2020-08-30 18:45:07 +03:00
2020-09-04 17:47:51 +02:00
2020-08-30 18:45:07 +03:00
2020-09-01 18:24:35 -07:00
2020-09-04 17:47:51 +02:00
2020-08-30 18:45:07 +03:00
2020-09-04 01:31:07 +00:00
2020-08-31 18:41:57 -07:00
2020-09-04 17:47:51 +02:00
2020-08-30 18:45:07 +03:00
2020-09-04 18:28:20 +02:00
2020-09-04 19:17:57 -04:00
2020-09-04 17:47:51 +02:00
2020-09-05 11:47:01 +00:00