<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/pin-macro, 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-05-02T16:09:31+00:00</updated>
<entry>
<title>collateral damage in derive tests, improves errors by not refering to implementation details</title>
<updated>2025-05-02T16:09:31+00:00</updated>
<author>
<name>Jana Dönszelmann</name>
<email>jana@donsz.nl</email>
</author>
<published>2025-05-02T11:44:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3cc172074a1ed94aa90372360688a000b47e6946'/>
<id>urn:sha1:3cc172074a1ed94aa90372360688a000b47e6946</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tests.</title>
<updated>2025-04-15T09:14:23+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2025-03-27T17:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1ca930098911d5059b810b473941a94185cb29ff'/>
<id>urn:sha1:1ca930098911d5059b810b473941a94185cb29ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement `pin!()` using `super let`.</title>
<updated>2025-04-15T09:14:21+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2025-03-27T17:30:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1dd77cd24acd5a960c4ddaa7a368d1518a995407'/>
<id>urn:sha1:1dd77cd24acd5a960c4ddaa7a368d1518a995407</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more tests for pin!().</title>
<updated>2025-03-29T07:10:15+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2025-03-28T09:38:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=163ea4acd0e93d5a45ea44b42a999abe39d0a93f'/>
<id>urn:sha1:163ea4acd0e93d5a45ea44b42a999abe39d0a93f</id>
<content type='text'>
Co-authored-by: Daniel Henry-Mantilla &lt;daniel.henry.mantilla@gmail.com&gt;
</content>
</entry>
<entry>
<title>use backticks instead of single quotes when reporting "use of unstable library feature"</title>
<updated>2024-11-03T21:55:52+00:00</updated>
<author>
<name>dianne</name>
<email>diannes.gm@gmail.com</email>
</author>
<published>2024-11-02T23:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d7d6238b235fe65caedefd346c2a7107eb0a2656'/>
<id>urn:sha1:d7d6238b235fe65caedefd346c2a7107eb0a2656</id>
<content type='text'>
This is consistent with all other diagnostics I could find containing
features and enables the use of `DiagSymbolList` for generalizing
diagnostics for unstable library features to multiple features.
</content>
</entry>
<entry>
<title>[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives</title>
<updated>2024-02-16T20:02:50+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2024-02-16T20:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec2cc761bc7067712ecc7734502f703fe3b024c8'/>
<id>urn:sha1:ec2cc761bc7067712ecc7734502f703fe3b024c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `pointer` field on `Pin`</title>
<updated>2024-01-16T19:58:42+00:00</updated>
<author>
<name>LegionMammal978</name>
<email>mattlloydhouse@gmail.com</email>
</author>
<published>2024-01-16T19:58:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bc3fb5245a248070b76e535be4f342e2be12a9b5'/>
<id>urn:sha1:bc3fb5245a248070b76e535be4f342e2be12a9b5</id>
<content type='text'>
The internal, unstable field of `Pin` can conflict with fields from the
inner type accessed via the `Deref` impl. Rename it from `pointer` to
`__pointer`, to make it less likely to conflict with anything else.
</content>
</entry>
<entry>
<title>Bless tests</title>
<updated>2024-01-13T17:46:58+00:00</updated>
<author>
<name>George-lewis</name>
<email>george-lewis@user.noreply.github.com</email>
</author>
<published>2024-01-10T06:39:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d56cdd48cba336c4c18e81792871ea39556af847'/>
<id>urn:sha1:d56cdd48cba336c4c18e81792871ea39556af847</id>
<content type='text'>
Update tests
</content>
</entry>
<entry>
<title>Show number in error message even for one error</title>
<updated>2023-11-24T18:15:52+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2023-11-21T15:44:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=41e8d152dc5abb5a706999ada8b059d3420af8f3'/>
<id>urn:sha1:41e8d152dc5abb5a706999ada8b059d3420af8f3</id>
<content type='text'>
Co-authored-by: Adrian &lt;adrian.iosdev@gmail.com&gt;
</content>
</entry>
<entry>
<title>Account for macros when suggesting a new let binding</title>
<updated>2023-07-28T14:44:03+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2023-07-28T14:44:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=66d23793f08cef2360bde6afd23e6badaed5cc2f'/>
<id>urn:sha1:66d23793f08cef2360bde6afd23e6badaed5cc2f</id>
<content type='text'>
</content>
</entry>
</feed>
