Sign in
fuchsia
/
third_party
/
rust
/
7e8ef3a818df467df052d1b06faab79045afd3ee
/
.
/
tests
/
ui
/
packed
/
issue-27060-2.rs
blob: a001ce1e0ac138490b05304887a9ae8084278188 [
file
]
#[
repr
(
packed
)]
pub
struct
Bad
<
T
:
?
Sized
>
{
data
:
T
,
//~ ERROR the size for values of type
}
fn
main
()
{}