<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/pattern/slice-pattern-refutable.stderr, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<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>Forbid overwriting types in typeck</title>
<updated>2024-12-18T15:46:18+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2024-12-12T20:17:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=661b8f5694ff1d188172ecb893b71cd5da2f6072'/>
<id>urn:sha1:661b8f5694ff1d188172ecb893b71cd5da2f6072</id>
<content type='text'>
</content>
</entry>
<entry>
<title>address review</title>
<updated>2023-07-17T22:06:32+00:00</updated>
<author>
<name>b-naber</name>
<email>b_naber@gmx.de</email>
</author>
<published>2023-07-10T22:11:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=65f92a52bfee3f2d989695b80c36906404fffeca'/>
<id>urn:sha1:65f92a52bfee3f2d989695b80c36906404fffeca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tests for refutable patterns</title>
<updated>2023-07-17T22:02:09+00:00</updated>
<author>
<name>b-naber</name>
<email>b_naber@gmx.de</email>
</author>
<published>2023-06-30T11:42:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=39c2785aec339032632fc0c72a5c51017bfa54ae'/>
<id>urn:sha1:39c2785aec339032632fc0c72a5c51017bfa54ae</id>
<content type='text'>
</content>
</entry>
</feed>
