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-02-14 10:10:22 -06:00
|
|
|
--> $DIR/issue-55872.rs:13:9
|
2021-07-26 15:01:16 -05:00
|
|
|
|
|
2022-02-14 10:10:22 -06:00
|
|
|
LL | || ()
|
|
|
|
| ^^^^^
|
2021-07-26 15:01:16 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|