<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_parse/src/parser/attr_wrapper.rs, branch 1.52.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.52.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.52.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-03-06T18:19:31+00:00</updated>
<entry>
<title>rustc_ast: Replace `AstLike::finalize_tokens` with a getter `tokens_mut`</title>
<updated>2021-03-06T18:19:31+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2021-03-06T18:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=069e612e73f3fabb1184d9df009ea064118fffd8'/>
<id>urn:sha1:069e612e73f3fabb1184d9df009ea064118fffd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Combine HasAttrs and HasTokens into AstLike</title>
<updated>2021-02-27T05:14:13+00:00</updated>
<author>
<name>Aaron Hill</name>
<email>aa1ronham@gmail.com</email>
</author>
<published>2021-02-23T15:21:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb5fec017b2f24b88c1f51980f7d81a02e7468d9'/>
<id>urn:sha1:fb5fec017b2f24b88c1f51980f7d81a02e7468d9</id>
<content type='text'>
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&lt;Attribute&gt;` and `AttrVec`
are removed - they aren't attribute targets, so the impls never really
made sense.
</content>
</entry>
<entry>
<title>Address review comments</title>
<updated>2021-02-13T18:04:54+00:00</updated>
<author>
<name>Aaron Hill</name>
<email>aa1ronham@gmail.com</email>
</author>
<published>2021-02-13T17:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3321d701617d5ba3ef348d9273f5fcca126d8f04'/>
<id>urn:sha1:3321d701617d5ba3ef348d9273f5fcca126d8f04</id>
<content type='text'>
</content>
</entry>
</feed>
