Sign in
rust
/
rustfmt
/
refs/heads/format_markdown_files_from_scratch
/
.
/
tests
/
source
/
non-lifetime-binders.rs
blob: c26393c8f895cedc2aeaf174710bf4edb00a48be [
file
] [
log
] [
blame
]
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
);
}