Files
rust/compiler
bors dcf622eb70 Auto merge of #80993 - Aaron1011:collect-set-tokens, r=petrochenkov
Set tokens on AST node in `collect_tokens`

A new `HasTokens` trait is introduced, which is used to move logic from
the callers of `collect_tokens` into the body of `collect_tokens`.

In addition to reducing duplication, this paves the way for PR #80689,
which needs to perform additional logic during token collection.
2021-01-15 05:36:48 +00:00
..
2020-09-11 09:37:51 -07:00
2020-12-26 18:24:10 +01:00
2020-12-14 22:00:46 -05:00
2020-09-23 21:51:56 +02:00