stage2: add global Type constant for u1
This commit is contained in:
committed by
Andrew Kelley
parent
c2cb9b7cad
commit
ca1ab38d3a
@@ -5999,6 +5999,7 @@ pub const Type = extern union {
|
||||
};
|
||||
};
|
||||
|
||||
pub const @"u1" = initTag(.u1);
|
||||
pub const @"u8" = initTag(.u8);
|
||||
pub const @"u16" = initTag(.u16);
|
||||
pub const @"u32" = initTag(.u32);
|
||||
|
||||
Reference in New Issue
Block a user