Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
type-alias-impl-trait
/
issue-53598.stderr
blob: f1dd3c69443cf2c84aad105c5a976a165fdd2679 [
file
] [
log
] [
blame
]
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