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