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