2021-07-26 17:01:16 -03:00
|
|
|
error: type parameter `T` is part of concrete type but not used in parameter list for the `impl Trait` type alias
|
2025-04-01 23:48:41 +02:00
|
|
|
--> $DIR/issue-55872.rs:12:20
|
2021-07-26 17:01:16 -03:00
|
|
|
|
|
2025-04-01 23:48:41 +02:00
|
|
|
LL | fn foo<T>() -> Self::E {
|
|
|
|
|
| ^^^^^^^
|
2021-07-26 17:01:16 -03:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-07-26 17:01:16 -03:00
|
|
|
|