summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type-alias-impl-trait/issue-53598.stderr
blob: f8b8201e2ebedb0d8e26e117196d96fa510d8d4b (plain)
1
2
3
4
5
6
7
8
error: type parameter `T` is part of concrete type but not used in parameter list for the `impl Trait` type alias
  --> $DIR/issue-53598.rs:20:9
   |
LL |         S::<T>(Default::default())
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error