Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
impl-trait
/
closure-in-type.rs
blob: 1e06e6e21fd2abf8eda9ba9cc5f18d9ec8a49eaf [
file
] [
log
] [
blame
]
//@ check-pass
fn
bug
<
T
>()
->
impl
Iterator
<
Item
=
[();
{
|
found
:
&
String
|
Some
(
false
);
4
}],
>
{
std
::
iter
::
empty
()
}
fn
main
()
{}