Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
closures
/
binder
/
disallow-ty.rs
blob: bbe3d8488d9825685f20473488f52c19f6b9d76c [
file
] [
log
] [
blame
]
#![
feature
(
closure_lifetime_binder
)]
fn
main
()
{
for
<
T
>
||
->
()
{};
//~^ ERROR only lifetime parameters can be used in this context
}