Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
impl-trait
/
issues
/
issue-55872-2.stderr
blob: 91c2ecdc8a477eb6c9fe815ccdd70d807d85dd18 [
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
-
55872
-
2.rs
:
13
:
20
|
LL
|
fn foo
<
T
>()
->
Self
::
E
{
|
^^^^^^^
error
:
aborting due to
1
previous error