• B
    Auto merge of #80993 - Aaron1011:collect-set-tokens, r=petrochenkov · dcf622eb
    bors 提交于
    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.
    dcf622eb
ast.rs 89.0 KB