aboutsummaryrefslogtreecommitdiff
path: root/src/type.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-03-01 14:03:32 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-03-01 14:03:32 -0700
commit18e42661dc9b8199311ee086b24ef5c85cf4708f (patch)
tree9a9a32ea7b4e58e733cd5548a2be5d2102385c66 /src/type.zig
parent543bee0adf2d3b036654fa0983c16ff7023f504c (diff)
downloadzig-18e42661dc9b8199311ee086b24ef5c85cf4708f.tar.gz
zig-18e42661dc9b8199311ee086b24ef5c85cf4708f.zip
Sema: eliminate use of resolveAlreadyCoercedInt
Diffstat (limited to 'src/type.zig')
-rw-r--r--src/type.zig1
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);