This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c3ccaacc6c
rust
/
src
/
test
/
auxiliary
/
packed.rs
6 lines
49 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix cross-crate packed structs
2013-05-06 09:35:27 -05:00
#[
packed
]
Correctly encode item visibility in metadata This fixes private statics and functions from being usable cross-crates, along with some bad privacy error messages. This is a reopening of #8365 with all the privacy checks in privacy.rs instead of resolve.rs (where they should be anyway). These maps of exported items will hopefully get used for generating documentation by rustdoc Closes #8592
2013-08-07 02:11:34 -05:00
pub
struct
S
{
Fix cross-crate packed structs
2013-05-06 09:35:27 -05:00
a
:
u8
,
b
:
u32
}
Reference in New Issue
Copy Permalink