rust/compiler
Matthias Krüger 185ca0f181
Rollup merge of #102639 - nnethercote:improve-spans-splitting, r=Aaron1011
Improve spans when splitting multi-char operator tokens for proc macros.

When a two-char (or three-char) operator token is split into single-char operator tokens before being passed to a proc macro, the single-char tokens are given the original span of length two (or three). This PR gives them more accurate spans.

r? `@Aaron1011`
cc `@petrochenkov`
2022-10-04 06:14:13 +02:00
..
2022-10-03 11:42:29 +11:00
2022-09-30 21:02:53 +02:00
2022-10-01 16:24:44 +02:00
2022-10-01 10:03:06 +00:00