fixed missing 'packed' keyword

This commit is contained in:
Matt Knight
2020-09-06 22:31:35 -07:00
parent caaa9ad2af
commit e7547eeefa

View File

@@ -34,7 +34,7 @@ pub const max_vlen = 0xffff;
pub const Type = packed struct {
name_off: u32,
info: struct {
info: packed struct {
/// number of struct's members
vlen: u16,