2021-07-26 15:01:16 -05:00
|
|
|
error: type parameter `T` is part of concrete type but not used in parameter list for the `impl Trait` type alias
|
2022-10-01 05:19:31 -05:00
|
|
|
--> $DIR/issue-55872-2.rs:17:9
|
2021-07-26 15:01:16 -05:00
|
|
|
|
|
2022-02-14 10:10:22 -06:00
|
|
|
LL | async {}
|
|
|
|
| ^^^^^^^^
|
2021-07-26 15:01:16 -05:00
|
|
|
|
2022-02-14 10:10:22 -06:00
|
|
|
error: aborting due to previous error
|
2021-07-26 15:01:16 -05:00
|
|
|
|