Jubilee
ad3464493d
Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errors
...
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-26 22:20:57 -07:00
..
2024-09-24 11:58:04 +02:00
2024-09-24 11:58:04 +02:00
2024-09-24 11:58:04 +02:00
2023-09-12 18:44:06 +02:00
2024-02-27 15:50:17 +01:00
2024-09-24 11:58:04 +02:00
2024-09-24 11:58:04 +02:00
2024-04-04 19:52:55 +02:00
2024-09-24 11:58:04 +02:00
2024-09-24 11:58:04 +02:00
2024-09-24 11:58:04 +02:00
2024-09-24 11:58:04 +02:00
2024-09-24 11:58:04 +02:00
2024-02-27 15:50:17 +01:00
2024-09-24 11:58:04 +02:00
2024-09-24 11:58:04 +02:00
2024-09-24 11:58:04 +02:00
2024-09-24 11:58:04 +02:00
2024-08-24 18:33:44 -04:00
2024-08-24 18:33:44 -04:00
2024-08-24 18:33:44 -04:00
2024-09-24 11:58:04 +02:00
2024-02-27 15:50:17 +01:00
2024-09-24 11:58:04 +02:00
2024-02-27 15:50:17 +01:00
2024-02-17 13:59:45 +01:00
2024-05-02 17:26:44 +02:00
2023-12-28 19:33:07 +01:00
2024-02-27 15:50:17 +01:00
2024-02-27 15:50:17 +01:00
2024-02-27 15:50:17 +01:00
2024-03-22 06:31:51 +01:00
2024-02-27 15:50:17 +01:00
2024-09-24 11:58:04 +02:00
2024-09-27 00:45:02 +00:00
2024-06-13 20:22:21 +00:00
2024-08-08 19:13:50 +02:00
2024-02-27 15:50:17 +01:00
2024-02-27 15:50:17 +01:00
2024-02-27 15:50:17 +01:00
2024-02-27 15:50:17 +01:00
2024-09-24 11:58:04 +02:00
2024-02-27 15:50:17 +01:00
2024-02-27 15:50:17 +01:00
2024-02-27 15:50:17 +01:00
2024-01-11 17:27:03 +01:00
2024-02-27 15:50:17 +01:00
2024-02-27 15:50:17 +01:00
2024-02-27 15:50:17 +01:00
2024-06-13 12:30:48 +02:00
2024-06-13 12:30:48 +02:00
2024-02-27 15:50:17 +01:00
2024-02-27 15:50:17 +01:00
2024-02-27 15:50:17 +01:00
2024-02-28 20:59:27 +11:00
2024-02-28 20:59:27 +11:00
2024-02-27 15:50:17 +01:00
2024-09-24 11:58:04 +02:00
2023-09-12 18:44:06 +02:00
2023-09-12 18:44:06 +02:00
2023-09-12 18:44:06 +02:00
2024-02-27 15:50:17 +01:00
2023-11-16 19:13:24 +01:00
2023-11-16 19:13:24 +01:00
2024-02-27 15:50:17 +01:00
2023-12-28 19:33:07 +01:00
2024-02-27 15:50:17 +01:00
2024-06-27 18:56:04 +02:00
2024-03-21 22:20:40 +01:00
2024-03-21 22:20:40 +01:00
2024-03-21 22:20:40 +01:00
2024-04-18 17:48:52 +02:00
2024-04-04 19:52:55 +02:00
2024-04-04 19:52:55 +02:00
2024-07-11 15:44:03 +02:00
2024-02-27 15:50:17 +01:00
2024-09-24 11:58:04 +02:00
2024-09-24 11:58:04 +02:00
2024-09-24 11:58:04 +02:00
2024-09-24 11:58:04 +02:00
2024-02-27 15:50:17 +01:00
2024-09-24 11:58:04 +02:00
2024-09-24 11:58:04 +02:00
2024-03-07 17:19:29 +01:00
2024-02-29 11:08:27 +11:00