<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/missing, 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-05T23:26:26+00:00</updated>
<entry>
<title>Fortify generic param default checks</title>
<updated>2025-08-05T23:26:26+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2025-08-05T23:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=02ea38cfff9b07be2366fb76bcd2f24ddb589df2'/>
<id>urn:sha1:02ea38cfff9b07be2366fb76bcd2f24ddb589df2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Integrate stable feature checking into a query.</title>
<updated>2025-07-17T23:19:12+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-01-30T14:41:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3301ac5f7ba902d445e9484e1e73d80763de4a7e'/>
<id>urn:sha1:3301ac5f7ba902d445e9484e1e73d80763de4a7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>UI tests: migrate remaining compile time `error-pattern`s to line annotations</title>
<updated>2025-04-13T18:48:53+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-04-12T19:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=93bee0789a45ea7d5d65bb9301c4ad5ece3abeb2'/>
<id>urn:sha1:93bee0789a45ea7d5d65bb9301c4ad5ece3abeb2</id>
<content type='text'>
when possible.

</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>compiletest: Support matching on diagnostics without a span</title>
<updated>2025-03-25T14:33:09+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-03-23T12:50:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d5109aa6ea1b54a560774eb95ba7c1b8d404faa'/>
<id>urn:sha1:8d5109aa6ea1b54a560774eb95ba7c1b8d404faa</id>
<content type='text'>
</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>Reword suggestion message</title>
<updated>2024-11-16T20:03:31+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-11-16T00:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c09c73b99622905e8df074b81377c9ca82467dce'/>
<id>urn:sha1:c09c73b99622905e8df074b81377c9ca82467dce</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>
<entry>
<title>Auto merge of #117303 - sjwang05:issue-117245, r=estebank</title>
<updated>2023-12-27T17:26:12+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2023-12-27T17:26:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a861c8965eaff66901710cc384a59f6b0b1a7700'/>
<id>urn:sha1:a861c8965eaff66901710cc384a59f6b0b1a7700</id>
<content type='text'>
Suggest `=&gt;` --&gt; `&gt;=` in comparisons

Fixes #117245
</content>
</entry>
<entry>
<title>Suggest `=&gt;` --&gt; `&gt;=` in conditions</title>
<updated>2023-12-27T04:59:14+00:00</updated>
<author>
<name>sjwang05</name>
<email>63834813+sjwang05@users.noreply.github.com</email>
</author>
<published>2023-10-27T22:14:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=97cf1c87bd98c13f4de91f7afbc971dba829ac92'/>
<id>urn:sha1:97cf1c87bd98c13f4de91f7afbc971dba829ac92</id>
<content type='text'>
</content>
</entry>
</feed>
