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
..
2025-08-17 13:01:02 -04:00
2025-08-17 13:01:02 -04:00
2024-12-06 10:50:20 +00:00
2025-06-30 08:45:43 +00:00
2025-06-30 08:45:43 +00:00
2024-03-13 14:29:27 +01:00
2025-06-26 15:42:57 +02:00
2024-03-13 14:29:27 +01:00
2024-03-13 14:29:27 +01:00
2024-03-20 13:00:34 -04:00
2024-03-20 13:00:34 -04:00
2024-02-18 10:29:22 +01:00
2024-02-18 10:29:22 +01:00
2025-02-21 00:41:17 +00:00
2025-02-14 00:37:23 +01:00
2025-02-14 00:37:23 +01:00
2024-11-27 03:34:58 +00:00
2024-11-27 03:34:58 +00:00
2024-12-04 20:49:05 +00:00
2025-05-21 09:17:11 -07:00
2025-08-19 21:27:10 +02:00
2025-08-02 15:29:16 -04:00
2025-04-08 23:06:31 +03:00
2024-02-17 10:44:46 +05:30
2025-06-02 15:37:15 +00:00
2025-06-02 15:37:15 +00:00
2024-06-14 11:05:35 -04:00
2025-07-10 23:39:54 +08:00
2024-02-29 13:55:11 +00:00
2024-06-14 11:05:35 -04:00
2024-06-14 11:05:35 -04:00
2024-02-19 22:11:13 +00:00
2024-02-19 22:11:13 +00:00
2024-02-19 22:11:13 +00:00
2024-02-19 22:11:13 +00:00
2024-02-19 22:11:13 +00:00
2025-07-13 13:50:01 +00:00
2025-07-13 13:50:01 +00:00
2025-02-21 18:24:05 +00:00
2025-04-04 13:24:26 +11:00
2025-04-04 13:24:26 +11:00
2024-05-30 22:52:33 +02:00
2024-07-17 21:30:40 +00:00
2024-05-13 16:55:58 -04:00
2025-08-22 17:55:15 +00:00
2025-08-04 16:43:53 -04:00
2024-09-16 10:55:07 -04:00
2025-02-14 00:37:23 +01:00
2024-09-16 10:55:07 -04:00
2024-09-16 10:55:07 -04:00