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-05-03 17:22:52 +02:00
2025-08-06 12:13:40 -07:00
2025-08-22 17:55:15 +00:00
2025-07-25 18:34:10 +00:00
2025-04-30 10:44:24 +03:00
2025-05-21 15:38:08 +02:00
2025-07-28 02:01:39 +03:00
2025-08-05 19:34:46 +05:00
2025-08-05 19:34:46 +05:00
2025-08-05 19:34:46 +05:00
2025-08-05 19:34:46 +05:00
2025-07-04 23:47:31 -07:00
2025-07-04 23:47:31 -07:00
2025-04-30 10:44:24 +03:00
2025-04-30 10:44:24 +03:00
2025-03-14 14:51:58 +08:00
2025-03-14 14:51:58 +08:00
2025-02-17 09:30:40 +11:00
2025-05-03 17:22:52 +02:00
2025-08-09 16:27:20 +05:00
2025-08-09 16:27:20 +05:00
2025-02-10 20:21:39 +00:00
2025-06-03 13:35:31 +02:00
2025-06-03 13:35:31 +02:00
2025-07-10 23:39:54 +08:00
2025-02-10 20:21:39 +00:00
2025-02-10 20:21:39 +00:00
2025-02-10 20:21:39 +00:00
2025-02-10 20:21:39 +00:00
2025-02-10 20:21:39 +00:00
2025-08-17 13:01:02 -04:00
2025-06-03 13:35:31 +02:00
2025-04-08 00:34:40 +02:00
2025-04-08 00:34:40 +02:00
2025-04-08 00:34:40 +02:00
2025-04-08 00:34:40 +02:00
2025-05-08 15:00:17 +00:00
2025-02-14 00:44:10 -08:00
2025-02-14 00:44:10 -08:00
2025-02-10 20:21:39 +00:00
2025-04-08 23:06:31 +03:00
2025-04-08 23:06:31 +03:00
2025-02-14 00:44:10 -08:00
2025-02-14 00:44:10 -08:00
2025-02-10 20:21:39 +00:00
2025-04-30 10:44:24 +03:00
2025-04-30 10:44:24 +03:00
2025-06-03 07:38:06 +05:00
2025-06-03 07:38:06 +05:00
2025-06-03 07:38:06 +05:00
2025-07-25 20:38:54 +05:00
2025-02-10 20:21:39 +00:00
2025-08-17 13:01:02 -04:00
2025-08-09 16:27:20 +05:00
2025-08-09 16:27:20 +05:00
2025-04-03 21:41:58 +00:00
2025-08-19 21:27:10 +02:00
2025-06-11 15:30:15 +01:00
2025-08-09 16:27:20 +05:00
2025-02-10 20:21:39 +00:00
2025-02-10 20:21:39 +00:00
2025-08-09 16:27:20 +05:00
2025-08-09 16:27:20 +05:00
2025-08-09 16:27:20 +05:00
2025-08-09 16:27:20 +05:00
2025-08-05 19:34:46 +05:00
2025-08-05 19:34:46 +05:00
2025-08-05 19:34:46 +05:00
2025-08-09 16:27:20 +05:00
2025-04-08 21:05:20 +00:00
2025-04-08 21:05:20 +00:00
2025-08-02 15:29:16 -04:00
2025-08-09 16:27:20 +05:00
2025-08-09 16:27:20 +05:00
2025-08-10 11:54:15 -04:00
2025-08-10 11:54:15 -04:00
2025-05-22 12:52:46 +01:00