<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/parser/attribute, branch automation/bors/try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=automation/bors/try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=automation/bors/try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-08-22T06:58:45+00:00</updated>
<entry>
<title>Updated uitests for new parser</title>
<updated>2025-08-22T06:58:45+00:00</updated>
<author>
<name>Jonathan Brouwer</name>
<email>jonathantbrouwer@gmail.com</email>
</author>
<published>2025-07-31T13:38:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec5b2cce8e0e409e7c4bbcec332fba7c70c142ec'/>
<id>urn:sha1:ec5b2cce8e0e409e7c4bbcec332fba7c70c142ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `cfg(false)` in UI tests</title>
<updated>2025-04-03T21:41:58+00:00</updated>
<author>
<name>clubby789</name>
<email>jamie@hill-daniel.co.uk</email>
</author>
<published>2025-03-29T17:24:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=303c1b45c29f8bb186a9a95cb56643d1aef773fa'/>
<id>urn:sha1:303c1b45c29f8bb186a9a95cb56643d1aef773fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compiletest: Require `//~` annotations even if `error-pattern` is specified</title>
<updated>2025-04-03T08:08:55+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-03-28T23:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4d649906900cd833b0680f53b8c197b087711a4a'/>
<id>urn:sha1:4d649906900cd833b0680f53b8c197b087711a4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>expand: Leave traces when expanding `cfg` attributes</title>
<updated>2025-03-26T12:30:12+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-03-22T18:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=92d802eda669d69481b99139523008df1c456ba8'/>
<id>urn:sha1:92d802eda669d69481b99139523008df1c456ba8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `NtMeta`.</title>
<updated>2025-02-27T21:42:06+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-04-18T06:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ea59e053bed52249ba8f42cbdbc7301312197e3'/>
<id>urn:sha1:7ea59e053bed52249ba8f42cbdbc7301312197e3</id>
<content type='text'>
Note: there was an existing code path involving `Interpolated` in
`MetaItem::from_tokens` that was dead. This commit transfers that to the
new form, but puts an `unreachable!` call inside it.
</content>
</entry>
<entry>
<title>Do not allow attributes on struct field rest patterns</title>
<updated>2025-02-03T14:04:57+00:00</updated>
<author>
<name>Jack Rickard</name>
<email>jack.rickard@outlook.com</email>
</author>
<published>2025-02-03T13:56:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3f09a2054921708ac8288ac9912885dbe66682ec'/>
<id>urn:sha1:3f09a2054921708ac8288ac9912885dbe66682ec</id>
<content type='text'>
This removes support for attributes on struct field rest patterns (the `..`) from the parser.
Previously they were being parsed but dropped from the AST, so didn't work and were deleted by rustfmt.
</content>
</entry>
<entry>
<title>don't suggest turning crate-level attributes into outer style</title>
<updated>2024-08-03T16:11:16+00:00</updated>
<author>
<name>yukang</name>
<email>moorekang@gmail.com</email>
</author>
<published>2024-08-01T16:28:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=22aa104bce457e7d70b05d7a32cdf09f25ac06b1'/>
<id>urn:sha1:22aa104bce457e7d70b05d7a32cdf09f25ac06b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make parse error suggestions verbose and fix spans</title>
<updated>2024-07-12T03:02:57+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-07-06T03:07:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=692bc344d55cf9d86c60b06c92a70684d013c89f'/>
<id>urn:sha1:692bc344d55cf9d86c60b06c92a70684d013c89f</id>
<content type='text'>
Go over all structured parser suggestions and make them verbose style.

When suggesting to add or remove delimiters, turn them into multiple suggestion parts.
</content>
</entry>
<entry>
<title>Move `parse_or_use_outer_attributes` out of `parse_expr_prefix_range`.</title>
<updated>2024-06-19T09:12:00+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-06-19T05:37:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aaa220e8757d1d2bb3a7b4742db9e289c8454dc2'/>
<id>urn:sha1:aaa220e8757d1d2bb3a7b4742db9e289c8454dc2</id>
<content type='text'>
This eliminates another `Option&lt;AttrWrapper&gt;` argument and changes one
obscure error message.
</content>
</entry>
<entry>
<title>Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco"</title>
<updated>2024-06-06T20:39:54+00:00</updated>
<author>
<name>Rémy Rakic</name>
<email>remy.rakic+github@gmail.com</email>
</author>
<published>2024-06-06T20:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=216424da32db1bf0d224b97ff3d0424622c97c4c'/>
<id>urn:sha1:216424da32db1bf0d224b97ff3d0424622c97c4c</id>
<content type='text'>
This reverts commit 57dad1d75e562ff73051c1c43b07eaf65c7dbd74, reversing
changes made to 36316df9fe6c3e246153fe6e78967643cf08c148.
</content>
</entry>
</feed>
