Esteban Küber
049c32797b
On E0277, point at type that doesn't implement bound
...
When encountering an unmet trait bound, point at local type that doesn't implement the trait:
```
error[E0277]: the trait bound `Bar<T>: Foo` is not satisfied
--> $DIR/issue-64855.rs:9:19
|
LL | pub struct Bar<T>(<Self as Foo>::Type) where Self: ;
| ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
|
help: the trait `Foo` is not implemented for `Bar<T>`
--> $DIR/issue-64855.rs:9:1
|
LL | pub struct Bar<T>(<Self as Foo>::Type) where Self: ;
| ^^^^^^^^^^^^^^^^^
```
2025-08-22 17:55:15 +00:00
..
2024-11-27 07:18:25 -08:00
2025-03-25 17:33:09 +03:00
2024-10-14 23:22:51 +02:00
2024-10-14 23:22:51 +02:00
2025-06-30 11:16:18 +05:00
2025-06-22 10:58:25 +02:00
2024-11-27 07:18:25 -08:00
2025-03-14 19:50:03 +00:00
2024-11-27 07:18:25 -08:00
2025-03-14 19:50:03 +00:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2025-03-14 19:50:03 +00:00
2024-02-16 20:02:50 +00:00
2024-03-16 22:33:02 +00:00
2024-03-16 22:33:02 +00:00
2025-02-10 20:21:39 +00:00
2024-11-27 07:18:25 -08:00
2025-03-14 19:50:03 +00:00
2025-06-11 20:51:49 +05:00
2023-11-24 19:15:52 +01:00
2024-10-14 23:22:51 +02:00
2025-02-10 20:21:39 +00:00
2024-10-14 23:22:51 +02:00
2024-10-14 23:22:51 +02:00
2024-10-14 23:22:51 +02:00
2024-10-14 23:22:51 +02:00
2024-02-16 20:02:50 +00:00
2024-10-14 23:22:51 +02:00
2024-10-14 23:22:51 +02:00
2025-03-14 19:50:03 +00:00
2025-06-22 10:58:25 +02:00
2023-11-24 19:15:52 +01:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2025-03-14 19:50:03 +00:00
2023-11-24 19:15:52 +01:00
2024-10-14 23:22:51 +02:00
2025-03-14 19:50:03 +00:00
2023-11-24 19:15:52 +01:00
2024-03-18 10:01:35 +00:00
2024-04-14 21:34:14 +05:30
2025-02-21 00:41:17 +00:00
2025-06-22 10:58:25 +02:00
2025-08-22 17:55:15 +00:00
2025-07-17 15:51:32 +05:00
2023-09-06 18:55:45 +02:00
2025-03-14 19:50:03 +00:00
2024-11-27 07:18:25 -08:00
2025-03-14 19:50:03 +00:00
2024-06-25 23:43:19 +02:00
2024-07-06 14:24:20 +02:00
2024-07-06 14:24:20 +02:00
2025-02-10 20:21:39 +00:00
2023-08-05 17:29:06 +08:00
2023-08-05 17:29:06 +08:00
2024-12-30 06:14:26 -08:00
2024-12-30 06:14:26 -08:00
2025-02-10 20:21:39 +00:00