<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/rust-2021, 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-09-26T13:33:48+00:00</updated>
<entry>
<title>Ignore more failing ui tests for GCC backend</title>
<updated>2025-09-26T13:33:48+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-09-26T11:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a535c7be5444fb6584eecc99f53e6cdb710ff70f'/>
<id>urn:sha1:a535c7be5444fb6584eecc99f53e6cdb710ff70f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>future-incompat lints: don't link to the nightly edition-guide version</title>
<updated>2025-07-16T08:44:02+00:00</updated>
<author>
<name>dianne</name>
<email>diannes.gm@gmail.com</email>
</author>
<published>2025-07-16T08:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=41e6f767b64cebd08e1a25b18dfea7c13bf36a6a'/>
<id>urn:sha1:41e6f767b64cebd08e1a25b18dfea7c13bf36a6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>UI tests: add missing diagnostic kinds where possible</title>
<updated>2025-04-08T20:06:31+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-04-05T16:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3f75353a237f3623483c1e237be480140a8c3e1'/>
<id>urn:sha1:b3f75353a237f3623483c1e237be480140a8c3e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo in hir lowering lint diag</title>
<updated>2025-03-14T21:03:21+00:00</updated>
<author>
<name>Yotam Ofek</name>
<email>yotam.ofek@gmail.com</email>
</author>
<published>2025-03-14T20:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5da1ba41b3ba8573b8b16a7207b7b29f895f3dfa'/>
<id>urn:sha1:5da1ba41b3ba8573b8b16a7207b7b29f895f3dfa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dyn_compatible_for_dispatch</title>
<updated>2025-02-24T18:48:40+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-02-04T02:37:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f3d31f77e4754d5547606d95db97fd6b2335a8ce'/>
<id>urn:sha1:f3d31f77e4754d5547606d95db97fd6b2335a8ce</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>Update tests to use new proc-macro header</title>
<updated>2024-11-27T15:18:25+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2024-11-25T01:37:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f94142b366f9bc57c15e9ac274f83d0f9c03ffac'/>
<id>urn:sha1:f94142b366f9bc57c15e9ac274f83d0f9c03ffac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't assume traits used as type are trait objs</title>
<updated>2024-10-11T15:36:04+00:00</updated>
<author>
<name>VulnBandit</name>
<email>183613941+VulnBandit@users.noreply.github.com</email>
</author>
<published>2024-10-04T14:10:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a2772e1c2d6e770e13716d4691bc0a943cd7d61'/>
<id>urn:sha1:9a2772e1c2d6e770e13716d4691bc0a943cd7d61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Detect unused structs which implement private traits</title>
<updated>2024-05-23T01:07:59+00:00</updated>
<author>
<name>r0cky</name>
<email>mu001999@outlook.com</email>
</author>
<published>2024-05-23T01:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=96968350e17efdbb9958dbeaec4982d8cca0019d'/>
<id>urn:sha1:96968350e17efdbb9958dbeaec4982d8cca0019d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deduplicate some logic and reword output</title>
<updated>2024-02-22T18:05:28+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-02-14T18:23:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=28c028737d6d004c55f1bbb2e1201d6330657548'/>
<id>urn:sha1:28c028737d6d004c55f1bbb2e1201d6330657548</id>
<content type='text'>
</content>
</entry>
</feed>
