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
rust
/
tests
/
ui
/
union
/
auxiliary
/
union.rs
5 lines
47 B
Rust
Raw
Normal View
History
Unescape
Escape
Implement encoding/decoding unions in metadata Add well-formedness check Implement some more missing code
2016-08-15 16:10:58 +03:00
pub
union
U
{
pub
a
:
u8
,
Fix type encoding/decoding for unions Fix union debuginfo test on lldb
2016-08-26 19:23:42 +03:00
pub
b
:
u16
,
Implement encoding/decoding unions in metadata Add well-formedness check Implement some more missing code
2016-08-15 16:10:58 +03:00
}
Reference in New Issue
Copy Permalink