Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
non-lifetime-binders.rs
blob: c26393c8f895cedc2aeaf174710bf4edb00a48be [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
where
for
<
'a, T: Sized + '
a
,
const
C
:
usize
>
[&
'
a T
;
C
]:
Sized
{
let
x
=
for
<
T
>
||
{};
let
y
:
dyn
for
<
T
>
Into
<
T
>;
let
z
:
for
<
T
>
fn
(
T
);
}