diff options
author | bors <bors@rust-lang.org> | 2021-02-27 07:52:11 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2021-02-27 07:52:11 +0000 |
commit | 8e863eb59a10fb0900d7377524a0dc7bf44b9ae3 (patch) | |
tree | 3e21f786845776476c5960608e53edec8efbe82a /library/std/src/sys/unix/stack_overflow.rs | |
parent | 0846043440b480e4bbf36ac19db3948f0c835bb1 (diff) | |
parent | fb5fec017b2f24b88c1f51980f7d81a02e7468d9 (diff) | |
download | rust-8e863eb59a10fb0900d7377524a0dc7bf44b9ae3.tar.gz |
Auto merge of #82448 - Aaron1011:merge-hastokens-hasattrs, r=petrochenkov
Combine HasAttrs and HasTokens into AstLike
When token-based attribute handling is implemeneted in #80689,
we will need to access tokens from `HasAttrs` (to perform
cfg-stripping), and we will to access attributes from `HasTokens` (to
construct a `PreexpTokenStream`).
This PR merges the `HasAttrs` and `HasTokens` traits into a new
`AstLike` trait. The previous `HasAttrs` impls from `Vec<Attribute>` and `AttrVec`
are removed - they aren't attribute targets, so the impls never really
made sense.
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions