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-19 19:21:55 +00:00
2025-07-25 13:19:43 -07:00
2025-08-22 17:55:15 +00:00
2025-07-23 13:48:04 +02:00
2025-08-06 23:59:47 +00:00
2025-08-20 11:10:38 +02:00
2025-07-15 16:02:26 +00:00
2025-08-20 11:04:38 +02:00
2025-07-23 13:48:04 +02:00
2025-08-08 18:53:18 +00:00
2025-08-08 18:53:18 +00:00
2025-08-08 18:53:18 +00:00
2025-08-08 18:53:18 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-31 17:38:28 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-15 16:02:26 +00:00
2025-07-01 16:26:57 +05:00
2025-07-01 16:26:57 +05: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-08-22 17:55:15 +00:00
2025-08-22 17:55:15 +00:00
2025-07-29 10:32:15 +02:00
2025-07-31 17:31:51 +00:00
2025-07-31 17:31:51 +00:00
2025-07-29 10:32:15 +02:00
2025-08-20 11:10:38 +02:00
2025-08-20 11:10:38 +02:00
2025-08-20 11:10:38 +02:00
2025-07-31 17:31:51 +00:00
2025-08-22 17:55:15 +00:00
2025-08-13 14:10:19 +02:00
2025-08-10 02:21:48 +00:00