<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/recursion, branch 1.87.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.87.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.87.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-03-03T16:21:02+00:00</updated>
<entry>
<title>tests: remove explicit long type filename hash normalization from some ui tests</title>
<updated>2025-03-03T16:21:02+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>39484203+jieyouxu@users.noreply.github.com</email>
</author>
<published>2025-02-11T12:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=83429144fc43960368a25f0190d333f927805952'/>
<id>urn:sha1:83429144fc43960368a25f0190d333f927805952</id>
<content type='text'>
</content>
</entry>
<entry>
<title>normalize long-type.txt in tests</title>
<updated>2025-01-30T17:10:19+00:00</updated>
<author>
<name>Rémy Rakic</name>
<email>remy.rakic+github@gmail.com</email>
</author>
<published>2025-01-30T17:10:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4fcae667d6ff477a274eaecc6437d8dc828b9265'/>
<id>urn:sha1:4fcae667d6ff477a274eaecc6437d8dc828b9265</id>
<content type='text'>
this allows compare-mode to share the same subdirectory and removes
differences due to that
</content>
</entry>
<entry>
<title>Remove all dead files inside tests/ui/</title>
<updated>2025-01-27T01:28:04+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2025-01-27T01:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0b18b4fbbc5c0a60a1d373b5a1b30d21f55923d1'/>
<id>urn:sha1:0b18b4fbbc5c0a60a1d373b5a1b30d21f55923d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the `-test` suffix from normalize directives</title>
<updated>2024-12-27T08:58:16+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2024-12-25T11:12:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=835fbcbcab82ce728a7233de6c32a2d206e3336c'/>
<id>urn:sha1:835fbcbcab82ce728a7233de6c32a2d206e3336c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bless test expectations</title>
<updated>2024-12-08T20:21:46+00:00</updated>
<author>
<name>Rémy Rakic</name>
<email>remy.rakic+github@gmail.com</email>
</author>
<published>2024-12-08T20:08:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91cf0cb729657b1429d084bf871c6b9038d0e867'/>
<id>urn:sha1:91cf0cb729657b1429d084bf871c6b9038d0e867</id>
<content type='text'>
(in a separate commit for easier review, one of them is huge)
</content>
</entry>
<entry>
<title>mark previously hanging tests as good to go</title>
<updated>2024-12-08T20:21:46+00:00</updated>
<author>
<name>Rémy Rakic</name>
<email>remy.rakic+github@gmail.com</email>
</author>
<published>2024-12-08T20:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=95a1351c4a50c92fac22b904739b5430726922ff'/>
<id>urn:sha1:95a1351c4a50c92fac22b904739b5430726922ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove polymorphization</title>
<updated>2024-12-06T21:42:09+00:00</updated>
<author>
<name>Ben Kimock</name>
<email>kimockb@gmail.com</email>
</author>
<published>2024-12-05T02:03:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=711c8cc690c70d9b4c0e17e90f21f03d4e9d3ebf'/>
<id>urn:sha1:711c8cc690c70d9b4c0e17e90f21f03d4e9d3ebf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: remove `//@ pretty-expanded` usages</title>
<updated>2024-11-25T18:50:48+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>39484203+jieyouxu@users.noreply.github.com</email>
</author>
<published>2024-11-25T17:56:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=95ff642797536f055c04ae2486bc8ab3156535b5'/>
<id>urn:sha1:95ff642797536f055c04ae2486bc8ab3156535b5</id>
<content type='text'>
Done with

```bash
sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs
```

and

```
sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs
```
</content>
</entry>
<entry>
<title>Update tests for new TRPL chapter order</title>
<updated>2024-11-23T15:57:25+00:00</updated>
<author>
<name>Chris Krycho</name>
<email>hello@chriskrycho.com</email>
</author>
<published>2024-10-30T19:08:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d4275e08e7f73efabb2c41ceb27020c6f9005a68'/>
<id>urn:sha1:d4275e08e7f73efabb2c41ceb27020c6f9005a68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak E0320 overflow error wording</title>
<updated>2024-11-05T21:54:45+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-11-05T21:54:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dceb3fc9faa1d2b66a7f901fe79d9084bbbc487e'/>
<id>urn:sha1:dceb3fc9faa1d2b66a7f901fe79d9084bbbc487e</id>
<content type='text'>
Surrount type with backticks as we should in every error.
</content>
</entry>
</feed>
