mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
850c3219fb
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |