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