diff --git a/doc/langref.html.in b/doc/langref.html.in index 9aa142fc46..446011541b 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -75,6 +75,7 @@
TODO union documentation
const assert = @import("std").debug.assert;
const builtin = @import("builtin");
@@ -5117,6 +5121,9 @@ comptime {
Incorrect Pointer Alignment
TODO
+ Wrong Union Field Access
+ TODO
+
Memory
TODO: explain no default allocator in zig
TODO: show how to use the allocator interface