diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-03-01 14:03:32 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-03-01 14:03:32 -0700 |
| commit | 18e42661dc9b8199311ee086b24ef5c85cf4708f (patch) | |
| tree | 9a9a32ea7b4e58e733cd5548a2be5d2102385c66 /src/type.zig | |
| parent | 543bee0adf2d3b036654fa0983c16ff7023f504c (diff) | |
| download | zig-18e42661dc9b8199311ee086b24ef5c85cf4708f.tar.gz zig-18e42661dc9b8199311ee086b24ef5c85cf4708f.zip | |
Sema: eliminate use of resolveAlreadyCoercedInt
Diffstat (limited to 'src/type.zig')
| -rw-r--r-- | src/type.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/type.zig b/src/type.zig index 96b8a78dea..40700f28af 100644 --- a/src/type.zig +++ b/src/type.zig @@ -5063,6 +5063,7 @@ pub const Type = extern union { }; pub const @"u8" = initTag(.u8); + pub const @"u16" = initTag(.u16); pub const @"u32" = initTag(.u32); pub const @"u64" = initTag(.u64); |
