Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
crashes
/
122529.rs
blob: 87d393a453243b532c13aab364c451c5dfdadb15 [
file
] [
log
] [
blame
]
//@ known-bug: #122529
pub
trait
Archive
{
type
Archived
;
}
impl
<
'a> Archive for <&'
a
[
u8
]
as
Archive
>::
Archived
{
type
Archived
=
();
}