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