This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
rust
mirror of
https://github.com/rust-lang/rust.git
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
38352b01ae
rust
/
tests
/
crashes
/
120873.rs
9 lines
129 B
Rust
Raw
Blame
History
//@ known-bug: #120873
#[
repr(packed)
]
struct
Dealigned
<
T
>
(
u8
,
T
)
;
#[
derive(PartialEq)
]
#[
repr(C)
]
struct
Dealigned
<
T
>
(
u8
,
T
)
;
Reference in New Issue
View Git Blame
Copy Permalink