<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/underscore-lifetime, branch 1.90.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.90.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.90.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-17T16:28:09+00:00</updated>
<entry>
<title>Remove similar errors about raw underscore lifetime</title>
<updated>2025-07-17T16:28:09+00:00</updated>
<author>
<name>xizheyin</name>
<email>xizheyin@smail.nju.edu.cn</email>
</author>
<published>2025-07-01T12:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=848d4a5a381ddda172a5629d8050a58388ecb2b9'/>
<id>urn:sha1:848d4a5a381ddda172a5629d8050a58388ecb2b9</id>
<content type='text'>
Signed-off-by: xizheyin &lt;xizheyin@smail.nju.edu.cn&gt;
</content>
</entry>
<entry>
<title>Add test raw-underscore-lifetime.rs</title>
<updated>2025-07-17T16:28:09+00:00</updated>
<author>
<name>xizheyin</name>
<email>xizheyin@smail.nju.edu.cn</email>
</author>
<published>2025-07-01T12:34:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cecf9ead40352f77e2e83765f0f6a796277299ec'/>
<id>urn:sha1:cecf9ead40352f77e2e83765f0f6a796277299ec</id>
<content type='text'>
Signed-off-by: xizheyin &lt;xizheyin@smail.nju.edu.cn&gt;
</content>
</entry>
<entry>
<title>Rollup merge of #143302 - Kivooeo:tf27, r=tgross35</title>
<updated>2025-07-11T05:35:18+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-07-11T05:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3d6eb225e26448b09fdec1ba7222f3e7174c6ac2'/>
<id>urn:sha1:3d6eb225e26448b09fdec1ba7222f3e7174c6ac2</id>
<content type='text'>
`tests/ui`: A New Order [27/N]

&gt; [!NOTE]
&gt;
&gt; Intermediate commits are intended to help review, but will be squashed prior to merge.

Some `tests/ui/` housekeeping, to trim down number of tests directly under `tests/ui/`. Part of rust-lang/rust#133895.

r? ``@tgross35``
</content>
</entry>
<entry>
<title>cleaned up some tests</title>
<updated>2025-07-10T13:47:20+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-07-01T16:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ad95cccf9b3af7e527869a1eb130217971b7a57'/>
<id>urn:sha1:3ad95cccf9b3af7e527869a1eb130217971b7a57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved tests</title>
<updated>2025-07-01T16:42:20+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-07-01T16:42:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e9191ec57ee5bdd0961a22fd9852f361a5c97ea0'/>
<id>urn:sha1:e9191ec57ee5bdd0961a22fd9852f361a5c97ea0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suggest use another lifetime specifier instead of underscore lifetime</title>
<updated>2025-07-01T11:58:27+00:00</updated>
<author>
<name>xizheyin</name>
<email>xizheyin@smail.nju.edu.cn</email>
</author>
<published>2025-06-30T08:37:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e7c3703c53464842bd050e0921edd2a756b86ff3'/>
<id>urn:sha1:e7c3703c53464842bd050e0921edd2a756b86ff3</id>
<content type='text'>
Signed-off-by: xizheyin &lt;xizheyin@smail.nju.edu.cn&gt;
</content>
</entry>
<entry>
<title>Show diff suggestion format on verbose replacement</title>
<updated>2025-02-10T20:21:39+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-07-09T22:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f0845adb0c1b7a7fa1bef73e749b2d7e1d7f374d'/>
<id>urn:sha1:f0845adb0c1b7a7fa1bef73e749b2d7e1d7f374d</id>
<content type='text'>
```
error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields
  --&gt; $DIR/attempted-access-non-fatal.rs:7:15
   |
LL |     let _ = 2.l;
   |               ^
   |
help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix
   |
LL -     let _ = 2.l;
LL +     let _ = 2.0f64;
   |
```
</content>
</entry>
<entry>
<title>`best_blame_constraint`: don't filter constraints by sup SCC</title>
<updated>2025-01-07T00:08:29+00:00</updated>
<author>
<name>dianne</name>
<email>diannes.gm@gmail.com</email>
</author>
<published>2024-12-04T11:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ac922245f0c86657a56d3ca5eff4a1d1b1fcb0a1'/>
<id>urn:sha1:ac922245f0c86657a56d3ca5eff4a1d1b1fcb0a1</id>
<content type='text'>
The SCCs of the region graph are not a reliable heuristic to use for blaming an interesting
constraint for diagnostics. For region errors, if the outlived region is `'static`, or the involved
types are invariant in their lifetiems, there will be cycles in the constraint graph containing both
the target region and the most interesting constraints to blame. To get better diagnostics in these
cases, this commit removes that heuristic.
</content>
</entry>
<entry>
<title>make `type_flags(ReError) &amp; HAS_ERROR`</title>
<updated>2024-03-20T17:29:58+00:00</updated>
<author>
<name>Ali MJ Al-Nasrawy</name>
<email>alimjalnasrawy@gmail.com</email>
</author>
<published>2024-03-19T20:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=19e0ea4a6d4266eeae6fc05c42b2e4ba78e19b6b'/>
<id>urn:sha1:19e0ea4a6d4266eeae6fc05c42b2e4ba78e19b6b</id>
<content type='text'>
</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>
</feed>
