about summary refs log tree commit diff
path: root/tests/ui/type-alias-impl-trait/issue-53598.stderr
blob: f1dd3c69443cf2c84aad105c5a976a165fdd2679 (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:19:31
   |
LL |     fn foo<T: Debug>(_: T) -> Self::Item {
   |                               ^^^^^^^^^^

error: aborting due to 1 previous error