<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/clippy/tests/ui/manual_float_methods.stderr, branch 1.86.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.86.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.86.0'/>
<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>Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-update</title>
<updated>2024-10-18T11:44:06+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2024-10-18T11:44:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=849a19f242101514dc28051d7113995e0c5bcc5b'/>
<id>urn:sha1:849a19f242101514dc28051d7113995e0c5bcc5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update float tests to include `f16` and `f128`</title>
<updated>2024-06-19T17:30:21+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>tmgross@umich.edu</email>
</author>
<published>2024-06-18T17:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=477e9e80516985abf7319f46b612b275b2958333'/>
<id>urn:sha1:477e9e80516985abf7319f46b612b275b2958333</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix and bless clippy tests</title>
<updated>2024-04-24T12:12:33+00:00</updated>
<author>
<name>Gary Guo</name>
<email>gary@garyguo.net</email>
</author>
<published>2024-04-19T16:01:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9d16364198733d9b54c2d0d64dea2e6a640f8948'/>
<id>urn:sha1:9d16364198733d9b54c2d0d64dea2e6a640f8948</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into clippy-subtree-update</title>
<updated>2024-02-27T14:50:17+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2024-02-27T14:25:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ad7513e8743647dc93f0f3703cce9b9f1403df08'/>
<id>urn:sha1:ad7513e8743647dc93f0f3703cce9b9f1403df08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust clippy tests with new rustc help suggestion for lints</title>
<updated>2023-09-04T12:22:02+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2023-08-01T12:02:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9190e960e1c6b2c2e73c23e85545656ab1577761'/>
<id>urn:sha1:9190e960e1c6b2c2e73c23e85545656ab1577761</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyup</title>
<updated>2023-08-24T19:32:12+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2023-08-24T19:32:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7137a09806171e75b54c5fb70bf629a55ff04d8b'/>
<id>urn:sha1:7137a09806171e75b54c5fb70bf629a55ff04d8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup</title>
<updated>2023-07-17T08:22:32+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2023-07-17T08:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=561303d74ccbe246e2e8e89153d18508902074d1'/>
<id>urn:sha1:561303d74ccbe246e2e8e89153d18508902074d1</id>
<content type='text'>
</content>
</entry>
</feed>
