summaryrefslogtreecommitdiffstats
path: root/tests/ui/type-alias-impl-trait/issue-57700.stderr
blob: 31b6df5d4c318178ef7583a733398149a7854a65 (plain)
1
2
3
4
5
6
7
8
error: type parameter `impl Deref<Target = Self>` is part of concrete type but not used in parameter list for the `impl Trait` type alias
  --> $DIR/issue-57700.rs:16:9
   |
LL |         self
   |         ^^^^

error: aborting due to previous error