<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/clippy/tests/ui/manual_async_fn.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-28T22:27:09+00:00</updated>
<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 '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-update</title>
<updated>2024-12-26T14:15:54+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2024-12-26T14:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8a7d8ece322d2ecd106f7c650a35ed8df777e109'/>
<id>urn:sha1:8a7d8ece322d2ecd106f7c650a35ed8df777e109</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 '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 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyup</title>
<updated>2023-03-24T13:26:19+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2023-03-24T13:04:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=50475e864881eb15c01afac83c7aad5e5ff96437'/>
<id>urn:sha1:50475e864881eb15c01afac83c7aad5e5ff96437</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bless clippy ui tests</title>
<updated>2022-06-16T14:00:32+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2022-06-16T14:00:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e502b9a0ff4ab37176c82a994586e6f11e57e18f'/>
<id>urn:sha1:e502b9a0ff4ab37176c82a994586e6f11e57e18f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"</title>
<updated>2022-02-17T16:00:04+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2022-02-17T16:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=86d17b98f2dbb732049d9671c354903b19203b56'/>
<id>urn:sha1:86d17b98f2dbb732049d9671c354903b19203b56</id>
<content type='text'>
This reverts commit 3cfa4def7c87d571bd46d92fed608edf8fad236e, reversing
changes made to 5d8767cb229b097fedb1dd4bd9420d463c37774f.
</content>
</entry>
</feed>
