@@ -23,39 +23,39 @@ impl Default for record {
2323}
2424impl ByteRepr for record { }
2525#[ derive( ) ]
26- pub union inner_anon_12_3 {
26+ pub union inner_anon_0 {
2727 pub h : Value < record > ,
2828 pub raw_ : Value < Box < [ u8 ] > > ,
2929}
30- impl Default for inner_anon_12_3 {
30+ impl Default for inner_anon_0 {
3131 fn default ( ) -> Self {
3232 unsafe { std:: mem:: zeroed ( ) }
3333 }
3434}
35- impl ByteRepr for inner_anon_12_3 { }
35+ impl ByteRepr for inner_anon_0 { }
3636#[ derive( Default ) ]
3737pub struct inner {
38- pub view : Value < inner_anon_12_3 > ,
38+ pub view : Value < inner_anon_0 > ,
3939}
4040impl ByteRepr for inner { }
4141#[ derive( Default ) ]
42- pub union Outer_anon_23_3 {
42+ pub union Outer_anon_0 {
4343 pub h : Value < record > ,
4444 pub nested : Value < inner > ,
4545}
46- impl Default for Outer_anon_23_3 {
46+ impl Default for Outer_anon_0 {
4747 fn default ( ) -> Self {
4848 unsafe { std:: mem:: zeroed ( ) }
4949 }
5050}
51- impl ByteRepr for Outer_anon_23_3 { }
51+ impl ByteRepr for Outer_anon_0 { }
5252#[ derive( Default ) ]
5353pub struct Outer {
5454 pub kind : Value < i32 > ,
5555 pub level : Value < i32 > ,
5656 pub variant : Value < i32 > ,
5757 pub len : Value < u32 > ,
58- pub body : Value < Outer_anon_23_3 > ,
58+ pub body : Value < Outer_anon_0 > ,
5959}
6060impl ByteRepr for Outer { }
6161pub fn main ( ) {
0 commit comments