<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/suggestions/unsized-function-parameter.stderr, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-09-27T00:45:02+00:00</updated>
<entry>
<title>On implicit `Sized` bound on fn argument, point at type instead of pattern</title>
<updated>2024-09-27T00:45:02+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-09-27T00:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c7d171d7714e1645c35c81b0631c6aadc969c086'/>
<id>urn:sha1:c7d171d7714e1645c35c81b0631c6aadc969c086</id>
<content type='text'>
Instead of

```
error[E0277]: the size for values of type `(dyn ThriftService&lt;(), AssocType = _&gt; + 'static)` cannot be known at compilation time
  --&gt; $DIR/issue-59324.rs:23:20
   |
LL | fn with_factory&lt;H&gt;(factory: dyn ThriftService&lt;()&gt;) {}
   |                    ^^^^^^^ doesn't have a size known at compile-time
```

output

```
error[E0277]: the size for values of type `(dyn ThriftService&lt;(), AssocType = _&gt; + 'static)` cannot be known at compilation time
  --&gt; $DIR/issue-59324.rs:23:29
   |
LL | fn with_factory&lt;H&gt;(factory: dyn ThriftService&lt;()&gt;) {}
   |                             ^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
```
</content>
</entry>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
</feed>
