Sign in
rust
/
rustfmt
/
HEAD
/
.
/
tests
/
target
/
issue-4310.rs
blob: 6cf494fc5b83f5abd0475528029c60fe24f54799 [
file
] [
log
] [
blame
]
#![
feature
(
const_generics
)]
fn
foo
<
const
N
:
[
u8
;
{
struct
Inner
<
'a>(&'
a
());
3
}],
>()
{
}