<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/variance/leaking-unnameables.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-09-29T03:28:52+00:00</updated>
<entry>
<title>Make replacement suggestion `_` in type verbose</title>
<updated>2025-09-29T03:28:52+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2025-09-29T03:28:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eceb48534a4fdabfaf378ea02a2c5cd43b8c52a5'/>
<id>urn:sha1:eceb48534a4fdabfaf378ea02a2c5cd43b8c52a5</id>
<content type='text'>
```
error[E0121]: the placeholder `_` is not allowed within types on item signatures for return types
  --&gt; $DIR/in-signature.rs:6:21
   |
LL | fn arr_fn() -&gt; [u8; _] {
   |                     ^ not allowed in type signatures
   |
help: replace with the correct return type
   |
LL - fn arr_fn() -&gt; [u8; _] {
LL + fn arr_fn() -&gt; [u8; 3] {
   |
```
</content>
</entry>
<entry>
<title>Don't leak unnameable types in -&gt; _ recover</title>
<updated>2024-04-14T15:43:05+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-04-14T15:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b09c17774399bc93ba098cd05cb6c57155f8360b'/>
<id>urn:sha1:b09c17774399bc93ba098cd05cb6c57155f8360b</id>
<content type='text'>
</content>
</entry>
</feed>
