Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
impl-trait
/
issue-57201.stderr
blob: 462b17bf45e2f71e63789debb4ccd800950daac4 [
file
] [
log
] [
blame
]
error
:
lifetimes
in
impl
Trait
types
in
bindings are
not
currently supported
-->
$DIR
/
issue
-
57201.rs
:
11
:
13
|
LL
|
let
f
:
&
impl
Fn
(&
'a T) -> &'
b T
=
&|
x
|
x
;
|
^^^^^^^^^^^^^^^^^^^^^^^
error
:
aborting due to previous error