<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/impl-trait/in-trait/refine.stderr, 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-02-10T20:21:39+00:00</updated>
<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>Split refining_impl_trait lint into _reachable, _internal variants</title>
<updated>2024-03-06T00:19:16+00:00</updated>
<author>
<name>Tyler Mandry</name>
<email>tmandry@google.com</email>
</author>
<published>2024-02-28T01:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c121a26ab978681db9133865089a67a3d9723eda'/>
<id>urn:sha1:c121a26ab978681db9133865089a67a3d9723eda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize AFIT and RPITIT</title>
<updated>2023-10-13T21:01:36+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-09-13T16:04:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=59315b8a6346b9e2ed5a77eff2d8276101daa25b'/>
<id>urn:sha1:59315b8a6346b9e2ed5a77eff2d8276101daa25b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Point to where missing return type should go</title>
<updated>2023-10-04T21:09:54+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-09-30T19:29:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=137b6d0b01e880b8a8163cd7a14141afc080a9ee'/>
<id>urn:sha1:137b6d0b01e880b8a8163cd7a14141afc080a9ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add note</title>
<updated>2023-09-07T01:31:33+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-09-07T00:49:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7714db873e3172f34bed004ac1976cf72a54c2e9'/>
<id>urn:sha1:7714db873e3172f34bed004ac1976cf72a54c2e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't emit refining_impl_trait for private items</title>
<updated>2023-09-07T01:31:32+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-09-07T00:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4d05da46e7154a6fc31bed3b217892d9a98cc0e3'/>
<id>urn:sha1:4d05da46e7154a6fc31bed3b217892d9a98cc0e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement refinement lint for RPITIT</title>
<updated>2023-09-07T00:49:09+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-09-02T04:02:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e10262ca0aa2ff434b33898d1d03413fdde60edf'/>
<id>urn:sha1:e10262ca0aa2ff434b33898d1d03413fdde60edf</id>
<content type='text'>
</content>
</entry>
</feed>
