mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-23 20:34:06 +00:00
![]() Fix `tt::Punct`'s spacing calculation
Fixes #13499
We currently set a `tt::Punct`'s spacing to `Spacing::Joint` unless its next token is a trivia (i.e. whitespaces or comment). As I understand it, rustc only [sets `Spacing::Joint` if the next token is an operator](
|
||
---|---|---|
.. | ||
src | ||
Cargo.toml |