<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/clippy/tests/ui/doc/doc-fixable.stderr, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-04-22T16:24:43+00:00</updated>
<entry>
<title>Merge commit '0621446356e20fd2ead13a6763bb936c95eb0cfa' into clippy-subtree-update</title>
<updated>2025-04-22T16:24:43+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2025-04-22T14:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=52bb2bb4610e707757cfe30daa7e8a7b06563679'/>
<id>urn:sha1:52bb2bb4610e707757cfe30daa7e8a7b06563679</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into clippy-subtree-update</title>
<updated>2025-02-28T22:27:09+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2025-02-28T22:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=65eb2b22371f506478a6d4c57bcadb15da1fbedc'/>
<id>urn:sha1:65eb2b22371f506478a6d4c57bcadb15da1fbedc</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>Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-update</title>
<updated>2024-11-07T21:37:01+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2024-11-07T21:31:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=40aec58abb9897d9756430979ca9432a10804817'/>
<id>urn:sha1:40aec58abb9897d9756430979ca9432a10804817</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-update</title>
<updated>2024-07-25T16:29:17+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2024-07-25T16:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b270543f8f5d04359bdc8e2e968217219149af0d'/>
<id>urn:sha1:b270543f8f5d04359bdc8e2e968217219149af0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-update</title>
<updated>2024-05-30T08:49:05+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2024-05-30T08:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9b320af78708ed83f560a87cd1debb2844460287'/>
<id>urn:sha1:9b320af78708ed83f560a87cd1debb2844460287</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-update</title>
<updated>2024-04-18T15:48:52+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2024-04-18T15:48:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9028e00dfa2bbbcc74f59c88830caf04e37c8ba3'/>
<id>urn:sha1:9028e00dfa2bbbcc74f59c88830caf04e37c8ba3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into clippy-subtree-update</title>
<updated>2024-03-07T16:19:29+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2024-03-07T16:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=73f7e79a3ba557b8f921cf29d651ec272eb4de48'/>
<id>urn:sha1:73f7e79a3ba557b8f921cf29d651ec272eb4de48</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>Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyup</title>
<updated>2023-12-16T13:12:50+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2023-12-16T13:12:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=61f4a73c6789078ac2cd04a6555636cf6cd667cf'/>
<id>urn:sha1:61f4a73c6789078ac2cd04a6555636cf6cd667cf</id>
<content type='text'>
</content>
</entry>
</feed>
