Esteban Küber
c7d171d771
On implicit Sized
bound on fn argument, point at type instead of pattern
...
Instead of
```
error[E0277]: the size for values of type `(dyn ThriftService<(), AssocType = _> + 'static)` cannot be known at compilation time
--> $DIR/issue-59324.rs:23:20
|
LL | fn with_factory<H>(factory: dyn ThriftService<()>) {}
| ^^^^^^^ doesn't have a size known at compile-time
```
output
```
error[E0277]: the size for values of type `(dyn ThriftService<(), AssocType = _> + 'static)` cannot be known at compilation time
--> $DIR/issue-59324.rs:23:29
|
LL | fn with_factory<H>(factory: dyn ThriftService<()>) {}
| ^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
```
2024-09-27 00:45:02 +00:00
..
2024-08-27 17:32:35 +00:00
2024-09-16 10:55:07 -04:00
2024-02-16 20:02:50 +00:00
2024-04-10 00:41:27 +00:00
2024-04-10 00:41:27 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-08-29 13:58:43 -07:00
2024-08-29 13:58:43 -07:00
2024-04-16 15:56:48 -04:00
2024-04-16 15:56:48 -04:00
2024-04-10 00:41:27 +00:00
2024-04-20 15:48:27 +02:00
2024-04-20 15:48:27 +02:00
2024-07-17 11:01:29 +01:00
2024-03-21 22:02:32 +01:00
2024-03-21 20:57:54 +01:00
2024-09-27 00:45:02 +00:00
2024-02-16 20:02:50 +00:00
2024-05-20 19:55:59 -07:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-03-18 16:08:58 +00:00
2024-02-16 20:02:50 +00:00
2024-03-03 16:30:48 -03:00
2024-02-13 18:08:25 -03:00
2024-02-13 18:08:25 -03:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-04-10 00:41:27 +00:00
2024-04-25 10:03:17 -04:00
2024-04-25 10:03:17 -04:00
2024-04-25 10:03:17 -04:00
2024-02-16 20:02:50 +00:00
2024-05-29 17:06:54 +01:00
2024-06-19 14:58:29 +00:00
2024-04-10 00:41:27 +00:00
2024-03-20 17:29:58 +00:00
2024-03-20 17:29:58 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-05-20 19:55:59 -07:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-05-23 12:16:49 +10:00
2024-05-23 12:16:49 +10:00
2024-05-20 19:55:59 -07:00
2024-05-20 19:55:59 -07:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-29 08:46:00 +08:00
2024-02-29 08:46:00 +08:00
2024-05-28 09:40:02 +02:00
2024-05-28 09:40:02 +02:00
2024-05-28 09:40:02 +02:00
2024-05-28 09:40:02 +02:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-03-17 23:35:18 +00:00
2024-03-10 21:18:41 -04:00
2024-04-11 18:04:31 -04:00