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