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-10 21:52:23 +00:00
2025-04-17 19:45:28 +08:00
2025-04-17 19:45:28 +08:00
2025-08-10 21:47:52 +00:00
2025-04-29 13:46:17 +10:00
2025-04-03 21:41:58 +00:00
2025-04-03 21:41:58 +00:00
2025-08-11 17:02:32 +00:00
2025-08-11 17:02:32 +00:00
2025-05-09 15:31:27 +00:00
2025-04-03 18:10:48 +00:00
2025-04-03 18:10:48 +00:00
2025-04-03 21:41:58 +00:00
2025-04-03 21:41:58 +00:00
2025-04-03 21:41:58 +00:00
2025-04-03 21:41:58 +00:00
2025-06-03 13:35:31 +02:00
2025-04-03 21:41:58 +00:00
2025-04-03 21:41:58 +00:00
2025-06-12 21:28:49 +00:00
2025-08-14 15:28:35 +02:00
2025-08-14 15:28:35 +02:00
2025-08-05 15:28:49 +03:00
2025-08-19 21:27:10 +02:00
2025-06-12 21:28:49 +00:00
2025-04-03 21:41:58 +00:00
2025-03-07 14:51:07 +11:00
2025-04-03 11:08:55 +03:00
2025-04-03 11:08:55 +03:00
2025-08-19 21:27:10 +02:00
2025-08-05 15:28:49 +03:00
2025-08-19 21:27:10 +02:00
2025-06-03 13:35:31 +02:00
2025-08-14 18:18:42 +02:00
2025-08-14 18:18:42 +02:00
2025-03-25 17:33:09 +03:00
2025-03-25 17:33:09 +03:00
2025-03-25 17:33:09 +03:00
2025-04-16 22:44:02 +03:00
2025-04-16 22:44:02 +03:00
2025-04-13 21:48:53 +03:00
2025-07-26 20:26:15 +02:00
2025-07-26 20:26:15 +02:00
2025-06-03 13:35:31 +02:00
2025-06-03 13:35:31 +02:00
2025-06-03 13:35:31 +02:00
2025-04-03 11:08:55 +03:00
2025-08-05 15:28:49 +03:00
2025-08-05 15:28:49 +03:00
2025-04-03 21:41:58 +00:00
2025-04-07 19:13:30 +03:00
2025-04-07 19:13:30 +03:00
2025-08-22 17:55:15 +00:00
2025-08-06 23:59:47 +00:00
2025-08-06 23:59:47 +00:00
2025-08-12 09:24:45 -07:00
2025-04-02 06:20:35 +11:00
2025-08-10 21:55:02 +00:00
2025-08-10 21:55:02 +00:00
2025-07-28 17:35:09 +03:00
2025-06-12 01:13:24 -07:00
2025-06-12 01:13:24 -07:00
2025-04-17 19:45:28 +08:00
2025-04-17 19:45:28 +08:00
2025-04-03 21:41:58 +00:00
2025-03-30 01:32:21 +03:00
2025-05-29 10:24:23 +00:00
2025-03-07 14:51:08 +11:00
2025-03-07 14:51:08 +11:00
2025-04-16 11:10:10 +02:00
2025-07-28 17:35:09 +03:00
2025-04-03 11:08:55 +03:00
2025-03-25 17:33:09 +03:00
2025-08-05 15:28:49 +03:00
2025-08-19 21:27:10 +02:00
2025-04-08 23:06:31 +03:00
2025-04-11 15:07:08 +02:00
2025-08-08 10:35:47 -07:00
2025-06-03 11:45:58 +02:00
2025-04-03 11:08:55 +03:00
2025-04-03 11:08:55 +03:00
2025-04-29 13:46:17 +10:00