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