<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/binding, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-08-27T19:06:05+00:00</updated>
<entry>
<title>Add test batch 2</title>
<updated>2025-08-27T19:06:05+00:00</updated>
<author>
<name>Oneirical</name>
<email>manchot@videotron.ca</email>
</author>
<published>2025-08-20T18:02:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2dc4638c4637bf8ddb83577535317dad21abdf6d'/>
<id>urn:sha1:2dc4638c4637bf8ddb83577535317dad21abdf6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rehome tests/ui/issues/ tests [5/?]</title>
<updated>2025-08-17T17:01:02+00:00</updated>
<author>
<name>Oneirical</name>
<email>manchot@videotron.ca</email>
</author>
<published>2025-07-13T20:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75e0263af9ca27eac2c922538582deec764d1e7b'/>
<id>urn:sha1:75e0263af9ca27eac2c922538582deec764d1e7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rehome tests/ui/issues/ tests [4/?]</title>
<updated>2025-08-10T15:54:15+00:00</updated>
<author>
<name>Oneirical</name>
<email>manchot@videotron.ca</email>
</author>
<published>2025-07-13T20:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aa543963c68061d9ca46037071d66a028626ff3f'/>
<id>urn:sha1:aa543963c68061d9ca46037071d66a028626ff3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleaned up some tests</title>
<updated>2025-07-10T13:50:35+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-07-01T18:37:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=259512e3b6a920b1e1eb6034fbc738e7b9815337'/>
<id>urn:sha1:259512e3b6a920b1e1eb6034fbc738e7b9815337</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved tests</title>
<updated>2025-07-01T18:33:59+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-07-01T18:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1fb5e0149fb85af0e49fa40329cbc352b4cba861'/>
<id>urn:sha1:1fb5e0149fb85af0e49fa40329cbc352b4cba861</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some unnecessary parens in `assert!` conditions</title>
<updated>2025-02-06T22:28:44+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2025-01-23T18:40:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3815ed63ed0e1bfa2026e9a54b64a69e16f123ee'/>
<id>urn:sha1:3815ed63ed0e1bfa2026e9a54b64a69e16f123ee</id>
<content type='text'>
While working on #122661, some of these started triggering our "unnecessary parens" lints due to a change in the `assert!` desugaring. A cursory search identified a few more. Some of these have been carried from before 1.0, were a bulk rename from the previous name of `assert!` left them in that state. I went and removed as many of these unnecessary parens as possible in order to have fewer annoyances in the future if we make the lint smarter.
</content>
</entry>
<entry>
<title>Tweak output of some const pattern errors</title>
<updated>2024-12-04T20:29:36+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-11-20T03:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=253eb95d4582e1abffc4a74dd8eaccd5b94b5d6f'/>
<id>urn:sha1:253eb95d4582e1abffc4a74dd8eaccd5b94b5d6f</id>
<content type='text'>
- Add primary span labels.
- Point at const generic parameter used as pattern.
- Point at statics used as pattern.
- Point at let bindings used in const pattern.
</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 hidden references to mutable static</title>
<updated>2024-09-13T11:10:56+00:00</updated>
<author>
<name>Obei Sideg</name>
<email>obei.sideg@gmail.com</email>
</author>
<published>2024-08-24T03:49:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3b0ce1bc33d30d7d116ee9af60df873e04bd74dc'/>
<id>urn:sha1:3b0ce1bc33d30d7d116ee9af60df873e04bd74dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize exclusive_range</title>
<updated>2024-05-02T23:42:31+00:00</updated>
<author>
<name>Ross Smyth</name>
<email>18294397+RossSmyth@users.noreply.github.com</email>
</author>
<published>2024-04-28T00:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6967d1c0fcea4ade223bf3ae443a87d504005cbf'/>
<id>urn:sha1:6967d1c0fcea4ade223bf3ae443a87d504005cbf</id>
<content type='text'>
</content>
</entry>
</feed>
