aboutsummaryrefslogtreecommitdiff
path: root/lib/std/meta.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-11-14 03:26:33 -0500
committerAndrew Kelley <andrew@ziglang.org>2019-11-21 20:43:41 -0500
commit1aa978f32e88b4c83fde95f62938c97c7c22164c (patch)
tree75f26a3f9cd18bd980b6fc1c5cab8a4f7f10e2d8 /lib/std/meta.zig
parente3404e3c78307092e849dc0609f77932b263e3fc (diff)
downloadzig-1aa978f32e88b4c83fde95f62938c97c7c22164c.tar.gz
zig-1aa978f32e88b4c83fde95f62938c97c7c22164c.zip
implement null terminated pointers
Diffstat (limited to 'lib/std/meta.zig')
-rw-r--r--lib/std/meta.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/meta.zig b/lib/std/meta.zig
index 903c3a12b3..01d240f31f 100644
--- a/lib/std/meta.zig
+++ b/lib/std/meta.zig
@@ -558,3 +558,4 @@ pub fn refAllDecls(comptime T: type) void {
if (!builtin.is_test) return;
_ = declarations(T);
}
+