index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
const-generics
/
defaults
/
auxiliary
/
trait_object_lt_defaults_lib.rs
blob: 26a2c47ffb26d84980c46e75eff629cd3a4f7550 (
plain
)
1
pub
struct
Foo
<'
a
,
const
N
:
usize
,
T
:
'
a
+
?
Sized
>
(
pub
&'
a
T
,
[();
N
]);